1 Commits

Author SHA1 Message Date
a5a3dcd347 Update src/app/page.tsx 2026-04-26 00:27:26 +00:00

View File

@@ -32,25 +32,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Treatments", name: "Treatments", id: "features"},
id: "features",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Beauty Aesthetic Clinic" brandName="Beauty Aesthetic Clinic"
/> />
@@ -62,9 +52,7 @@ export default function LandingPage() {
description="Affordable Luxury Microblading & Nanoblading. Experience hyper-realistic results tailored to your natural facial features." description="Affordable Luxury Microblading & Nanoblading. Experience hyper-realistic results tailored to your natural facial features."
buttons={[ buttons={[
{ {
text: "Book Now", text: "Book Now", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/beautician-doing-eyebrow-treatment-her-female-client_23-2148910502.jpg" imageSrc="http://img.b2bpic.net/free-photo/beautician-doing-eyebrow-treatment-her-female-client_23-2148910502.jpg"
imageAlt="Luxurious Beauty Aesthetic Clinic Interior" imageAlt="Luxurious Beauty Aesthetic Clinic Interior"
@@ -89,26 +77,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Hyper-Realistic", title: "Hyper-Realistic", description: "Techniques mimicking natural hair strokes for subtle enhancement.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-her-eyebrows_23-2148553475.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-make-up-client_23-2148398520.jpg", buttonText: "View Results"},
description: "Techniques mimicking natural hair strokes for subtle enhancement.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-her-eyebrows_23-2148553475.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-make-up-client_23-2148398520.jpg",
buttonText: "View Results",
},
{ {
title: "Modern Facilities", title: "Modern Facilities", description: "A reassuring, calm, and clinically clean environment for every procedure.", imageSrc: "http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/girl-chair-professional-hairdresser_23-2147769753.jpg", buttonText: "View Facilities"},
description: "A reassuring, calm, and clinically clean environment for every procedure.",
imageSrc: "http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/girl-chair-professional-hairdresser_23-2147769753.jpg",
buttonText: "View Facilities",
},
{ {
title: "Customized Results", title: "Customized Results", description: "Brows tailored to your unique facial features for a balanced look.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-young-nice-ladies-standing-discussing-work-while-holding-tablet-cup-coffee-hands-office_574295-4572.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184347.jpg", buttonText: "Learn More"},
description: "Brows tailored to your unique facial features for a balanced look.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-two-young-nice-ladies-standing-discussing-work-while-holding-tablet-cup-coffee-hands-office_574295-4572.jpg",
titleImageSrc: "http://img.b2bpic.net/free-photo/women-making-preparations-wedding_23-2149184347.jpg",
buttonText: "Learn More",
},
]} ]}
title="Why Choose Our Clinic?" title="Why Choose Our Clinic?"
description="We blend precision technology with artistic vision to redefine your brows." description="We blend precision technology with artistic vision to redefine your brows."
@@ -123,47 +96,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Nanoblading Brow", price: "From £250", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-going-through-microblading-procedure_23-2149102636.jpg"},
name: "Nanoblading Brow",
price: "From £250",
variant: "Premium",
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-going-through-microblading-procedure_23-2149102636.jpg",
},
{ {
id: "p2", id: "p2", name: "Lip Blushing", price: "From £300", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/beauty-concept-happy-fashion-caucasian-woman-with-long-hair-red-lips-posing-pink-studio-ba_1258-98720.jpg"},
name: "Lip Blushing",
price: "From £300",
variant: "Popular",
imageSrc: "http://img.b2bpic.net/free-photo/beauty-concept-happy-fashion-caucasian-woman-with-long-hair-red-lips-posing-pink-studio-ba_1258-98720.jpg",
},
{ {
id: "p3", id: "p3", name: "Tattoo Correction", price: "From £350", variant: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/client-going-through-microblading-treatment_23-2149183880.jpg"},
name: "Tattoo Correction",
price: "From £350",
variant: "Advanced",
imageSrc: "http://img.b2bpic.net/free-photo/client-going-through-microblading-treatment_23-2149183880.jpg",
},
{ {
id: "p4", id: "p4", name: "Brow Shaping", price: "From £50", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/female-going-through-microblading-treatment_23-2149103151.jpg"},
name: "Brow Shaping",
price: "From £50",
variant: "Standard",
imageSrc: "http://img.b2bpic.net/free-photo/female-going-through-microblading-treatment_23-2149103151.jpg",
},
{ {
id: "p5", id: "p5", name: "Bespoke Design", price: "Consultation", variant: "Personalized", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-make-up-brush_23-2149190655.jpg"},
name: "Bespoke Design",
price: "Consultation",
variant: "Personalized",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-make-up-brush_23-2149190655.jpg",
},
{ {
id: "p6", id: "p6", name: "Aftercare Kit", price: "£30", variant: "Support", imageSrc: "http://img.b2bpic.net/free-photo/vintage-stainless-steel-syringe-otoscope-medical-equipment-s-wooden-desk_23-2148050563.jpg"},
name: "Aftercare Kit",
price: "£30",
variant: "Support",
imageSrc: "http://img.b2bpic.net/free-photo/vintage-stainless-steel-syringe-otoscope-medical-equipment-s-wooden-desk_23-2148050563.jpg",
},
]} ]}
title="Our Professional Services" title="Our Professional Services"
description="Professional cosmetic enhancement treatments." description="Professional cosmetic enhancement treatments."
@@ -178,25 +121,13 @@ export default function LandingPage() {
membersAnimation="slide-up" membersAnimation="slide-up"
members={[ members={[
{ {
id: "t1", id: "t1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-wearing-casual-white-shirt-isolated-background-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-6551.jpg"},
name: "Sarah Miller",
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-wearing-casual-white-shirt-isolated-background-smiling-with-happy-face-looking-pointing-side-with-thumb-up_839833-6551.jpg",
},
{ {
id: "t2", id: "t2", name: "James Anderson", imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-posing_23-2148497196.jpg"},
name: "James Anderson",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-posing_23-2148497196.jpg",
},
{ {
id: "t3", id: "t3", name: "Elena Rossi", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-smiley-doctor-s-appointment_23-2149313522.jpg"},
name: "Elena Rossi",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-smiley-doctor-s-appointment_23-2149313522.jpg",
},
{ {
id: "t4", id: "t4", name: "Chloe Bennett", imageSrc: "http://img.b2bpic.net/free-photo/master-eyelash-extensions-african-girl-doing-procedure-woman-couch_1157-48330.jpg"},
name: "Chloe Bennett",
imageSrc: "http://img.b2bpic.net/free-photo/master-eyelash-extensions-african-girl-doing-procedure-woman-couch_1157-48330.jpg",
},
]} ]}
memberVariant="card" memberVariant="card"
/> />
@@ -207,30 +138,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Katherine D.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg"},
name: "Katherine D.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smile-bride-chair_23-2149860772.jpg",
},
{ {
id: "2", id: "2", name: "Beau T.", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-woman-with-long-brunette-hair-after-cosmetology-therapy-smiling-mirror-white-room-joy-happines-good-results-true-positive-emotions_197531-2779.jpg"},
name: "Beau T.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-woman-with-long-brunette-hair-after-cosmetology-therapy-smiling-mirror-white-room-joy-happines-good-results-true-positive-emotions_197531-2779.jpg",
},
{ {
id: "3", id: "3", name: "Laila D.", imageSrc: "http://img.b2bpic.net/free-photo/friends-posing-with-bathrobe-spa_23-2148206162.jpg"},
name: "Laila D.",
imageSrc: "http://img.b2bpic.net/free-photo/friends-posing-with-bathrobe-spa_23-2148206162.jpg",
},
{ {
id: "4", id: "4", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg"},
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-woman-holding-hands-together-joyfully-looking-camera-modern-clothes-store_574295-2021.jpg",
},
{ {
id: "5", id: "5", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/look-from-stunning-brunette-bride-with-smokey-eyes_1304-3025.jpg"},
name: "Michael C.",
imageSrc: "http://img.b2bpic.net/free-photo/look-from-stunning-brunette-bride-with-smokey-eyes_1304-3025.jpg",
},
]} ]}
cardTitle="Client Reviews" cardTitle="Client Reviews"
cardTag="5.0 Rating" cardTag="5.0 Rating"
@@ -244,25 +160,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "What is Nanoblading?", content: "Nanoblading is an advanced semi-permanent brow technique using ultra-fine needles for natural hair strokes."},
title: "What is Nanoblading?",
content: "Nanoblading is an advanced semi-permanent brow technique using ultra-fine needles for natural hair strokes.",
},
{ {
id: "f2", id: "f2", title: "Is it painful?", content: "We use precision techniques that minimize trauma, ensuring a comfortable experience."},
title: "Is it painful?",
content: "We use precision techniques that minimize trauma, ensuring a comfortable experience.",
},
{ {
id: "f3", id: "f3", title: "How long does it last?", content: "Results are long-lasting with natural-looking hair strokes that can last for months with proper aftercare."},
title: "How long does it last?",
content: "Results are long-lasting with natural-looking hair strokes that can last for months with proper aftercare.",
},
{ {
id: "f4", id: "f4", title: "Why choose this over microblading?", content: "Nanoblading uses finer needles, leading to less skin trauma and a more refined, delicate appearance."},
title: "Why choose this over microblading?", {
content: "Nanoblading uses finer needles, leading to less skin trauma and a more refined, delicate appearance.", id: "f5", title: "Do you offer satisfaction guarantees?", content: "We are committed to your complete satisfaction; if you are not fully happy with your initial look, we provide a complimentary touch-up consultation within 4 weeks."
}, }
]} ]}
title="Common Questions" title="Common Questions"
description="Learn more about our nanoblading techniques." description="Learn more about our nanoblading techniques."
@@ -274,8 +181,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Book Your Consultation" title="Book Your Consultation"
description="Take the first step toward perfect, natural-looking eyebrows. Book your consultation at our London clinic today." description="Take the first step toward perfect, natural-looking eyebrows. Book your consultation at our London clinic today."
imageSrc="http://img.b2bpic.net/free-photo/nobody-empty-waiting-room-lobby-with-desktop-reception-helping-patients-with-medical-insurance-attend-checkup-visit-appointment-waiting-area-with-counter-hospital_482257-47691.jpg" imageSrc="http://img.b2bpic.net/free-photo/nobody-empty-waiting-room-lobby-with-desktop-reception-helping-patients-with-medical-insurance-attend-checkup-visit-appointment-waiting-area-with-counter-hospital_482257-47691.jpg"
@@ -289,29 +195,19 @@ export default function LandingPage() {
<FooterBase <FooterBase
columns={[ columns={[
{ {
title: "Clinic", title: "Clinic", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Services", label: "Services", href: "#product"},
href: "#product",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "FAQ", label: "FAQ", href: "#faq"},
href: "#faq",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
], ],
}, },
]} ]}