From b5ddee29a481b06bb95dda4aefb345f36df52bf8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 23:05:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 150 ++++++++++++----------------------------------- 1 file changed, 36 insertions(+), 114 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fdf6609..853a855 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,23 +30,15 @@ export default function LandingPage() { @@ -56,33 +48,21 @@ export default function LandingPage() { description="Walk-ins welcome. Appointments honored. Always. Experience elite care in a luxury setting designed for you." buttons={[ { - text: "Book Your Appointment", - href: "#booking", - }, + text: "Book Your Appointment", href: "#booking"}, ]} imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1803.jpg" showBlur={true} avatars={[ { - src: "http://img.b2bpic.net/free-photo/front-view-alluring-woman_23-2148803584.jpg", - alt: "Satisfied client portrait", - }, + src: "http://img.b2bpic.net/free-photo/front-view-alluring-woman_23-2148803584.jpg", alt: "Satisfied client portrait"}, { - src: "http://img.b2bpic.net/free-photo/front-view-woman-with-albinism-posing-studio_23-2150535702.jpg", - alt: "Satisfied client portrait", - }, + src: "http://img.b2bpic.net/free-photo/front-view-woman-with-albinism-posing-studio_23-2150535702.jpg", alt: "Satisfied client portrait"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-brunette_1122-593.jpg", - alt: "Satisfied client portrait", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-brunette_1122-593.jpg", alt: "Satisfied client portrait"}, { - src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", - alt: "Satisfied client portrait", - }, + src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", alt: "Satisfied client portrait"}, { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-modern-woman_23-2148415748.jpg", - alt: "Satisfied client portrait", - }, + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-modern-woman_23-2148415748.jpg", alt: "Satisfied client portrait"}, ]} avatarText="Join 500+ locals who trust us" /> @@ -93,11 +73,7 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} names={[ - "The best pedicure of my life", - "In and out in 90 minutes", - "Best nail techs around", - "So great, I keep it a secret", - ]} + "The best pedicure of my life", "In and out in 90 minutes", "Best nail techs around", "So great, I keep it a secret"]} title="Trusted by Locals" description="What our clients say about the Anna's experience." /> @@ -111,20 +87,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Signature Pedicure", - description: "Hot stones. Warm oils. A massage that melts the stress away. Starts at $50.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-applying-nail-polish_23-2149171355.jpg", - }, + title: "Signature Pedicure", description: "Hot stones. Warm oils. A massage that melts the stress away. Starts at $50.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-applying-nail-polish_23-2149171355.jpg"}, { - title: "Acrylic Full Sets", - description: "Precision application for a flawless, durable look. Starts at $45.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-lipstick_114579-59256.jpg", - }, + title: "Acrylic Full Sets", description: "Precision application for a flawless, durable look. Starts at $45.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-female-hands-holding-lipstick_114579-59256.jpg"}, { - title: "French Manicure", - description: "Timeless elegance with a modern finish for perfect hands. Starts at $30.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hands-person-wearing-gloves_23-2148766606.jpg", - }, + title: "French Manicure", description: "Timeless elegance with a modern finish for perfect hands. Starts at $30.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hands-person-wearing-gloves_23-2148766606.jpg"}, ]} title="Signature Services" description="Indulge in our curated treatments designed to pamper and perfect." @@ -138,36 +105,20 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "✓", - title: "Punctual", - items: [ - "Appointments always start on time.", - ], + id: "1", value: "✓", title: "Punctual", items: [ + "Appointments always start on time."], }, { - id: "2", - value: "✓", - title: "Accessible", - items: [ - "Walk-ins are always welcomed.", - ], + id: "2", value: "✓", title: "Accessible", items: [ + "Walk-ins are always welcomed."], }, { - id: "3", - value: "✓", - title: "Complimentary", - items: [ - "Hand & arm massage included.", - ], + id: "3", value: "✓", title: "Complimentary", items: [ + "Hand & arm massage included."], }, { - id: "4", - value: "✓", - title: "Transparent", - items: [ - "Fair, clear pricing every time.", - ], + id: "4", value: "✓", title: "Transparent", items: [ + "Fair, clear pricing every time."], }, ]} title="The Anna's Difference" @@ -177,49 +128,25 @@ export default function LandingPage() {
-- 2.49.1