Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions components/ImageGrid/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
import { ArrowRight, ArrowLeft } from "lucide-react";
import Image from "next/image";
import { useState, useEffect } from "react";
import img1 from "@/public/ImageGallery/img1.webp";
import img2 from "@/public/ImageGallery/img2.webp";
import img3 from "@/public/ImageGallery/img3.webp";
import img4 from "@/public/ImageGallery/img4.webp";
import img5 from "@/public/ImageGallery/img5.webp";
import img6 from "@/public/ImageGallery/img6.webp";
import img7 from "@/public/ImageGallery/img7.webp";
import img8 from "@/public/ImageGallery/img8.webp";
import img9 from "@/public/ImageGallery/img9.webp";
import img1 from "@/public/ImageGallery/img1.jpg";
import img2 from "@/public/ImageGallery/img2.jpg";
import img3 from "@/public/ImageGallery/img3.jpg";
import img4 from "@/public/ImageGallery/img4.jpg";
import img5 from "@/public/ImageGallery/img5.jpg";
import img6 from "@/public/ImageGallery/img6.jpg";
import img7 from "@/public/ImageGallery/img7.jpg";
import img8 from "@/public/ImageGallery/img8.jpg";
import img9 from "@/public/ImageGallery/img9.jpg";
import img10 from "@/public/ImageGallery/img10.jpg";
import img11 from "@/public/ImageGallery/img11.jpg";
import img13 from "@/public/ImageGallery/img13.jpg";
Expand Down
83 changes: 43 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"engines": {
"node": "22.x"
},
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
Expand All @@ -25,7 +25,7 @@
"lenis": "^1.1.20",
"lucide-react": "^0.469.0",
"motion": "^12.0.5",
"next": "15.1.2",
"next": "^15.1.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.5.5",
Expand Down
Loading