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." /> 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" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+ -
);