diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f32890..d2ea931 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,26 +33,16 @@ export default function LandingPage() { @@ -63,39 +53,23 @@ export default function LandingPage() { description="Indulge in a curated journey of beauty, wellness, and relaxation. Where elegance meets tranquility." buttons={[ { - text: "Book Appointment", - href: "#contact", - }, + text: "Book Appointment", href: "#contact"}, { - text: "View Services", - href: "#services", - }, + text: "View Services", href: "#services"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/blanket-with-red-rose-blurred-background_1122-1473.jpg", - imageAlt: "Luxury Salon Experience", - }, + imageSrc: "http://img.b2bpic.net/free-photo/blanket-with-red-rose-blurred-background_1122-1473.jpg", imageAlt: "Luxury Salon Experience"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAgW4mkuU8MyHxP8dfgJ26jSWN/uploaded-1779626840941-ep9iioxp.jpg?_wi=1", - imageAlt: "Salon Equipment Close-up", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAgW4mkuU8MyHxP8dfgJ26jSWN/uploaded-1779626840941-ep9iioxp.jpg", imageAlt: "Salon Equipment Close-up"}, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAgW4mkuU8MyHxP8dfgJ26jSWN/uploaded-1779626840941-ri03jmoj.jpg?_wi=1", - imageAlt: "Beauty Tools Arrangement", - }, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAgW4mkuU8MyHxP8dfgJ26jSWN/uploaded-1779626840941-ri03jmoj.jpg", imageAlt: "Beauty Tools Arrangement"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-having-cosmetic-treatment-spa_23-2148825312.jpg", - imageAlt: "Luxury Spa Interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-having-cosmetic-treatment-spa_23-2148825312.jpg", imageAlt: "Luxury Spa Interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407596.jpg", - imageAlt: "Professional Beauty Care", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-using-laptop-minimal-decorated-room_23-2150407596.jpg", imageAlt: "Professional Beauty Care"}, { - imageSrc: "http://img.b2bpic.net/free-photo/candles-towels-bath-salt-serum-bathtub-filled-with-water_23-2149239363.jpg", - imageAlt: "Salon Aesthetic", - }, + imageSrc: "http://img.b2bpic.net/free-photo/candles-towels-bath-salt-serum-bathtub-filled-with-water_23-2149239363.jpg", imageAlt: "Salon Aesthetic"}, ]} /> @@ -107,19 +81,13 @@ export default function LandingPage() { metrics={[ { icon: Sparkles, - label: "Years Experience", - value: "15+", - }, + label: "Years Experience", value: "15+"}, { icon: Star, - label: "Happy Clients", - value: "5k+", - }, + label: "Happy Clients", value: "5k+"}, { icon: Award, - label: "Awards Won", - value: "20+", - }, + label: "Awards Won", value: "20+"}, ]} metricsAnimation="slide-up" /> @@ -131,23 +99,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Hair Styling & Spa", - description: "Precision cuts and deep-conditioning rituals.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-hair-client-styling_23-2147769849.jpg", - imageAlt: "Hair Services", - }, + title: "Hair Styling & Spa", description: "Precision cuts and deep-conditioning rituals.", imageSrc: "http://img.b2bpic.net/free-photo/woman-setting-hair-client-styling_23-2147769849.jpg", imageAlt: "Hair Services"}, { - title: "Facial Treatments", - description: "Tailored skincare using premium botanical ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-applies-alginate-mask-with-spatula-face-woman_343596-4286.jpg", - imageAlt: "Facial Services", - }, + title: "Facial Treatments", description: "Tailored skincare using premium botanical ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetologist-applies-alginate-mask-with-spatula-face-woman_343596-4286.jpg", imageAlt: "Facial Services"}, { - title: "Bridal Artistry", - description: "Bespoke makeup looks for your most significant moments.", - imageSrc: "http://img.b2bpic.net/free-photo/female-friendship-home-party-concept_1157-37580.jpg", - imageAlt: "Bridal Services", - }, + title: "Bridal Artistry", description: "Bespoke makeup looks for your most significant moments.", imageSrc: "http://img.b2bpic.net/free-photo/female-friendship-home-party-concept_1157-37580.jpg", imageAlt: "Bridal Services"}, ]} title="Signature Services" description="From transformative hair styling to rejuvenating facials, every treatment is a personalized ritual." @@ -158,44 +114,21 @@ export default function LandingPage() {