From aced0b8cf652227f764c4ceea64fdb6bccbe7a44 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 15:39:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 215 ++++++++++++++++++++++++----------------------- 1 file changed, 112 insertions(+), 103 deletions(-) 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" + }))} + /> +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1