diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b895d4..e9fea3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,10 +9,9 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Diamond, MapPin, Sparkles, Gem } from "lucide-react"; +import { Gem } from "lucide-react"; export default function LandingPage() { return ( @@ -29,115 +28,125 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- ({ - id: `hero-${i}`, - imageSrc: `https://images.unsplash.com/photo-1515562141207-7a88fb744040?q=80&w=1000&auto=format&fit=crop`, - imageAlt: "Jewelry Showcase" - }))} - /> -
+
+ ({ + id: `hero-${i}`, + imageSrc: "https://images.unsplash.com/photo-1515562141207-7a88fb744040?q=80&w=1000&auto=format&fit=crop", imageAlt: "Jewelry Showcase" + }))} + /> +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);