diff --git a/src/app/page.tsx b/src/app/page.tsx index a32f1f1..f92b6ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,56 +44,35 @@ export default function LandingPage() {
@@ -114,17 +85,11 @@ export default function LandingPage() { description="Our salon is designed to offer more than just a manicure—it's a sanctuary. We pride ourselves on a spacious, well-equipped, and impeccably clean environment where your relaxation is our priority." bulletPoints={[ { - title: "Luxury Environment", - description: "Spacious, relaxing design for ultimate comfort.", - }, + title: "Luxury Environment", description: "Spacious, relaxing design for ultimate comfort."}, { - title: "Expert Professionals", - description: "Highly trained staff dedicated to your beauty.", - }, + title: "Expert Professionals", description: "Highly trained staff dedicated to your beauty."}, { - title: "Impeccable Hygiene", - description: "Clean tools and surfaces for your peace of mind.", - }, + title: "Impeccable Hygiene", description: "Clean tools and surfaces for your peace of mind."}, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-armchair_1163-4354.jpg" imageAlt="Our beautiful and clean salon" @@ -140,25 +105,15 @@ export default function LandingPage() { author="Jenna Pribble" avatars={[ { - src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", - alt: "Jenna Pribble", - }, + src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Jenna Pribble"}, { - src: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg", - alt: "Client B", - }, + src: "http://img.b2bpic.net/free-photo/closeup-smiling-businessman-resting-cushions_1262-1762.jpg", alt: "Client B"}, { - src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4753.jpg", - alt: "Client C", - }, + src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4753.jpg", alt: "Client C"}, { - src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", - alt: "Client D", - }, + src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Client D"}, { - src: "http://img.b2bpic.net/free-photo/middle-age-woman-posing-studio-isolated-grey_613910-2361.jpg", - alt: "Client E", - }, + src: "http://img.b2bpic.net/free-photo/middle-age-woman-posing-studio-isolated-grey_613910-2361.jpg", alt: "Client E"}, ]} ratingAnimation="blur-reveal" avatarsAnimation="blur-reveal" @@ -174,26 +129,12 @@ export default function LandingPage() { description="We offer a curated menu of treatments designed to rejuvenate and beautify." features={[ { - id: "1", - label: "Nails", - title: "Classic Manicure", - items: [ - "Nail shaping", - "Cuticle care", - "Hand massage", - "Polish application", - ], + id: "1", label: "Nails", title: "Classic Manicure", items: [ + "Nail shaping", "Cuticle care", "Hand massage", "Polish application"], }, { - id: "2", - label: "Spa", - title: "Luxury Pedicure", - items: [ - "Foot soak", - "Exfoliation", - "Callus treatment", - "Moisturizing mask", - ], + id: "2", label: "Spa", title: "Luxury Pedicure", items: [ + "Foot soak", "Exfoliation", "Callus treatment", "Moisturizing mask"], }, ]} /> @@ -203,14 +144,11 @@ export default function LandingPage() { @@ -220,29 +158,19 @@ export default function LandingPage() { logoText="Luxe Nail Studio" columns={[ { - title: "Information", - items: [ + title: "Information", items: [ { - label: "Services", - href: "#", - }, + label: "Services", href: "#"}, { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { - label: "Book Appointment", - href: "#", - }, + label: "Book Appointment", href: "#"}, { - label: "Contact Us", - href: "#", - }, + label: "Contact Us", href: "#"}, ], }, ]} @@ -251,4 +179,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file