From 673da9f5affdb0294003be728b00c814f48a3cc2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:23:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 235 ++++++++++++++--------------------------------- 1 file changed, 69 insertions(+), 166 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6f2c03..253a07f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,8 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import { Mail, MapPin, Phone } from "lucide-react"; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FooterBase from '@/components/sections/footer/FooterBase'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; @@ -30,25 +31,15 @@ export default function LandingPage() { @@ -57,19 +48,14 @@ export default function LandingPage() {
@@ -108,47 +87,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Silky Straight Bundle", - price: "$150", - variant: "18 inch", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-caucasian-smiling-brunette-woman-model-bright-pink-summer-stylish-clothes-isolated-white-background_158538-2975.jpg", - }, + id: "p1", name: "Silky Straight Bundle", price: "$150", variant: "18 inch", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-caucasian-smiling-brunette-woman-model-bright-pink-summer-stylish-clothes-isolated-white-background_158538-2975.jpg"}, { - id: "p2", - name: "Deep Wave Set", - price: "$175", - variant: "20 inch", - imageSrc: "http://img.b2bpic.net/free-photo/gymnast-making-positions-with-club_23-2148144149.jpg", - }, + id: "p2", name: "Deep Wave Set", price: "$175", variant: "20 inch", imageSrc: "http://img.b2bpic.net/free-photo/gymnast-making-positions-with-club_23-2148144149.jpg"}, { - id: "p3", - name: "Blonde Balayage Set", - price: "$210", - variant: "22 inch", - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-portrait-slender-blonde-with-long-chic-hair-light-blue-dress-corduroy-shirt_343596-3368.jpg", - }, + id: "p3", name: "Blonde Balayage Set", price: "$210", variant: "22 inch", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-portrait-slender-blonde-with-long-chic-hair-light-blue-dress-corduroy-shirt_343596-3368.jpg"}, { - id: "p4", - name: "Noir Straight Set", - price: "$160", - variant: "18 inch", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-dandruff-copy-space_23-2149311416.jpg", - }, + id: "p4", name: "Noir Straight Set", price: "$160", variant: "18 inch", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-dandruff-copy-space_23-2149311416.jpg"}, { - id: "p5", - name: "Body Wave Bundle", - price: "$190", - variant: "20 inch", - imageSrc: "http://img.b2bpic.net/free-photo/golden-ti-leaf-textured-background_53876-145487.jpg", - }, + id: "p5", name: "Body Wave Bundle", price: "$190", variant: "20 inch", imageSrc: "http://img.b2bpic.net/free-photo/golden-ti-leaf-textured-background_53876-145487.jpg"}, { - id: "p6", - name: "Honey Blonde Wave", - price: "$220", - variant: "22 inch", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420655.jpg", - }, + id: "p6", name: "Honey Blonde Wave", price: "$220", variant: "22 inch", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-product-container-with-art-nouveau-inspired-sun-relief-background_23-2151420655.jpg"}, ]} title="Exclusive Collections" description="Discover our premium hair extension sets, designed for durability, style, and a natural feel." @@ -162,57 +111,22 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - tag: "Essentials", - price: "$250", - period: "/session", - description: "Quick install for daily wear.", - button: { - text: "Select", - href: "#contact", - }, - featuresTitle: "Included:", - features: [ - "Consultation", - "Install", - "Style", - ], + id: "basic", tag: "Essentials", price: "$250", period: "/session", description: "Quick install for daily wear.", button: { + text: "Select", href: "#contact"}, + featuresTitle: "Included:", features: [ + "Consultation", "Install", "Style"], }, { - id: "pro", - tag: "Popular", - price: "$450", - period: "/session", - description: "Full volume upgrade package.", - button: { - text: "Select", - href: "#contact", - }, - featuresTitle: "Included:", - features: [ - "Full Install", - "Cut & Blend", - "Deep Condition", - "Maintenance Kit", - ], + id: "pro", tag: "Popular", price: "$450", period: "/session", description: "Full volume upgrade package.", button: { + text: "Select", href: "#contact"}, + featuresTitle: "Included:", features: [ + "Full Install", "Cut & Blend", "Deep Condition", "Maintenance Kit"], }, { - id: "premium", - tag: "VIP", - price: "$600", - period: "/session", - description: "Luxury end-to-end service.", - button: { - text: "Select", - href: "#contact", - }, - featuresTitle: "Included:", - features: [ - "Custom Color Match", - "Full Install", - "Professional Cut", - "3-Month Warranty", - ], + id: "premium", tag: "VIP", price: "$600", period: "/session", description: "Luxury end-to-end service.", button: { + text: "Select", href: "#contact"}, + featuresTitle: "Included:", features: [ + "Custom Color Match", "Full Install", "Professional Cut", "3-Month Warranty"], }, ]} title="Flexible Luxury" @@ -228,45 +142,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Sarah J.", - role: "Fashion Model", - company: "Global Agency", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10390.jpg", - }, + id: "1", name: "Sarah J.", role: "Fashion Model", company: "Global Agency", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/redhead-female-supervisor-dressed-elegant-suit-grey-background_613910-10390.jpg"}, { - id: "2", - name: "Elena M.", - role: "Entrepreneur", - company: "BoutiqueCo", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-girl-with-long-hair-light-clothes-posing-studio_613910-7608.jpg", - }, + id: "2", name: "Elena M.", role: "Entrepreneur", company: "BoutiqueCo", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/fashionable-girl-with-long-hair-light-clothes-posing-studio_613910-7608.jpg"}, { - id: "3", - name: "Chloe R.", - role: "Creative", - company: "DesignLab", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-waiting-hair-coloring_23-2147769779.jpg", - }, + id: "3", name: "Chloe R.", role: "Creative", company: "DesignLab", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-waiting-hair-coloring_23-2147769779.jpg"}, { - id: "4", - name: "Mia L.", - role: "Marketing", - company: "BrandFocus", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-laughing-lady-making-selfie-with-friend-good-weekend-morning-refined-girl-with-long-hairstyle-having-fun-with-cute-sister_197531-21480.jpg", - }, + id: "4", name: "Mia L.", role: "Marketing", company: "BrandFocus", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-laughing-lady-making-selfie-with-friend-good-weekend-morning-refined-girl-with-long-hairstyle-having-fun-with-cute-sister_197531-21480.jpg"}, { - id: "5", - name: "Rachel K.", - role: "Stylist", - company: "VogueStudio", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-elegant-woman_158595-764.jpg", - }, + id: "5", name: "Rachel K.", role: "Stylist", company: "VogueStudio", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-elegant-woman_158595-764.jpg"}, ]} title="Loved by Our Clients" description="Authentic experiences from women who transformed their style with LuxeLocks." @@ -274,30 +163,44 @@ export default function LandingPage() {
-
); -} +} \ No newline at end of file -- 2.49.1