diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 44b8b98..960b0a0 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -2,11 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Zap, Coffee, Users, MapPin } from 'lucide-react'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Zap, Coffee, Users, MapPin, Star } from 'lucide-react'; export default function GalleryPage() { return ( @@ -37,39 +37,32 @@ export default function GalleryPage() {