From 1e4fe57d15a5ece43e7b05576d52b17304134afb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:34:22 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9e9b23d..944b686 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -102,14 +102,6 @@ export default function LandingPage() { { id: "4", name: "David Chen", date: "August 2024", title: "Architect", quote: "I appreciate the attention to detail and the story behind each product. It's more than just beauty; it's an experience.", tag: "Architect", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", avatarAlt: "David Chen"}, ]} - kpiItems={[ - { - value: "5", label: "Star Average Rating"}, - { - value: "95%", label: "Repeat Customers"}, - { - value: "1M+", label: "Products Discovered"}, - ]} title="What Our Connoisseurs Say" description="Hear from clients who have experienced the unparalleled luxury and exclusivity of Seven Dials Beauty." /> -- 2.49.1 From 23d1466058c5ecceba2ea40b07d97b8fdaeb3308 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:34:22 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 334 ++++++++++++++++++++++------------------------- 1 file changed, 155 insertions(+), 179 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de61430..d382ca0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Heart, Lock, MessageSquare, Sparkles } from "lucide-react"; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Lightbulb, ShieldCheck, Leaf, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -28,187 +27,164 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+ -
); -- 2.49.1