diff --git a/src/app/page.tsx b/src/app/page.tsx index e409919..bafe4bd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -177,24 +75,11 @@ export default function LandingPage() { title="Our Premium Beauty Services" description="Expert services tailored to your specific needs." accordionItems={[ - { - id: "s1", - title: "Bridal & Party Makeup", - content: "Professional bridal and event makeup artistry for your big day.", - }, - { - id: "s2", - title: "Hair Care & Styling", - content: "Advanced treatments including Keratin, Smoothening, and Hair Spa.", - }, - { - id: "s3", - title: "Skin & Nails", - content: "Relaxing manicures, pedicures, facials, and creative nail art.", - }, + { id: "s1", title: "Bridal & Party Makeup", content: "Professional bridal and event makeup artistry for your big day." }, + { id: "s2", title: "Hair Care & Styling", content: "Advanced treatments including Keratin, Smoothening, and Hair Spa." }, + { id: "s3", title: "Skin & Nails", content: "Relaxing manicures, pedicures, facials, and creative nail art." }, ]} imageSrc="http://img.b2bpic.net/free-photo/woman-drying-wet-hair-blonde_23-2147769809.jpg" - mediaAnimation="slide-up" /> @@ -204,27 +89,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "100%", - title: "Hygiene", - description: "Professional and clean products.", - imageSrc: "http://img.b2bpic.net/free-photo/coworkers-wearing-masks-elbow-bump-each-other_23-2148694566.jpg", - }, - { - id: "m2", - value: "4.4", - title: "Rating", - description: "Trusted by hundreds in Delhi.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102207.jpg", - }, - { - id: "m3", - value: "Luxury", - title: "Experience", - description: "Affordable luxury beauty studio.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-s-hand-holding-dental-tools_23-2147905972.jpg", - }, + { id: "m1", value: "100%", title: "Hygiene", description: "Professional and clean products.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-wearing-masks-elbow-bump-each-other_23-2148694566.jpg" }, + { id: "m2", value: "4.4", title: "Rating", description: "Trusted by hundreds in Delhi.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102207.jpg" }, + { id: "m3", value: "Luxury", title: "Experience", description: "Affordable luxury beauty studio.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-s-hand-holding-dental-tools_23-2147905972.jpg" }, ]} title="Why Choose Classique Looks" description="Luxury experience, trusted by local clients." @@ -235,31 +102,11 @@ export default function LandingPage() {