Skip to content

Commit

Permalink
updating homepage carousel images
Browse files Browse the repository at this point in the history
  • Loading branch information
snehaagar2023 committed Mar 12, 2024
1 parent 03c1fed commit adb634d
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/HomePage/Gallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ import CarouselSlider from '../CarouselSlider/CarouselSlider';
export default function Gallery() {
const data = useStaticQuery(graphql`
{
carouselImages: allFile(filter: {relativePath: {glob:"homepage-carousel/*"}}) {
carouselImages: allFile(
filter: { relativePath: { glob: "homepage-carousel/*" } }
sort: { fields: name, order: ASC }
) {
nodes {
id
relativePath
Expand Down
Binary file added src/images/homepage-carousel/DSC_1.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/homepage-carousel/DSC_4902.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/homepage-carousel/DSC_4959.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/images/homepage-carousel/IMG_0282.JPG
Binary file not shown.
Binary file removed src/images/homepage-carousel/IMG_5015.jpg
Binary file not shown.
Binary file removed src/images/homepage-carousel/IMG_8560.jpg
Binary file not shown.

0 comments on commit adb634d

Please sign in to comment.