From 7a0c14b68ffd0a2de6130d0747b5dd48ce5e970e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:18:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 298 ++++++++++------------------------------------- 1 file changed, 63 insertions(+), 235 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d84010..aaad2dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,104 +30,43 @@ export default function LandingPage() {
@@ -136,19 +75,9 @@ export default function LandingPage() { @@ -158,47 +87,23 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - features={[ - { - title: "Hair & Styling", - description: "Expert hairstyling, haircuts, and professional hair extensions tailored to you.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-attractive-brunette-female-with-crossed-arms-white-underwear-with-green-costly-necklace_613910-8010.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-ready-giving-haircut-her-client_23-2148353413.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa_74190-2069.jpg?_wi=2", - imageAlt: "woman with beautiful styled hair", - }, - { - title: "Nail Care", - description: "High-quality manicures and pedicures with a focus on hygiene and design.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29137.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/pretty-ginger-woman-covering-her-face-with-hands_171337-10794.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194173.jpg", - imageAlt: "woman with beautiful styled hair", - }, - { - title: "Laser & Waxing", - description: "Advanced laser hair removal, body waxing, and eyebrow threading services.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-applying-mask-face-client-beauty-salon_1303-16753.jpg", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-eco-products_23-2149371299.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-front-white-bricks-wall_23-2148328398.jpg?_wi=1", - imageAlt: "woman with beautiful styled hair", - }, - ]} showStepNumbers={false} title="Our Professional Services" description="From sophisticated hairstyling and hair extensions to advanced laser hair removal, botox, and complete nail care, our expert team ensures you look and feel your best." + features={[ + { + title: "Hair & Styling", description: "Expert hairstyling, haircuts, and professional hair extensions tailored to you.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-attractive-brunette-female-with-crossed-arms-white-underwear-with-green-costly-necklace_613910-8010.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-getting-ready-giving-haircut-her-client_23-2148353413.jpg" } + }, + { + title: "Nail Care", description: "High-quality manicures and pedicures with a focus on hygiene and design.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29137.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/pretty-ginger-woman-covering-her-face-with-hands_171337-10794.jpg" } + }, + { + title: "Laser & Waxing", description: "Advanced laser hair removal, body waxing, and eyebrow threading services.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-applying-mask-face-client-beauty-salon_1303-16753.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/still-life-eco-products_23-2149371299.jpg" } + } + ]} /> @@ -209,24 +114,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} members={[ - { - id: "t1", - name: "Nino", - role: "Head Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-front-white-bricks-wall_23-2148328398.jpg?_wi=2", - }, - { - id: "t2", - name: "Mari", - role: "Senior Esthetician", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", - }, - { - id: "t3", - name: "Ana", - role: "Nail Artist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452696.jpg", - }, + { id: "t1", name: "Nino", role: "Head Stylist", imageSrc: "http://img.b2bpic.net/free-photo/smiling-doctor-sitting-front-white-bricks-wall_23-2148328398.jpg" }, + { id: "t2", name: "Mari", role: "Senior Esthetician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg" }, + { id: "t3", name: "Ana", role: "Nail Artist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-woman-smiling_23-2148452696.jpg" } ]} title="Meet Our Beauty Experts" description="Our dedicated team of professionals brings years of experience to ensure every client leaves feeling refreshed and confident." @@ -235,103 +125,47 @@ export default function LandingPage() {
); -} +} \ No newline at end of file