From ce9ab65c5518ded49fd6f493f6eeea138919e7e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:42:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 291 ++++++----------------------------------------- 1 file changed, 36 insertions(+), 255 deletions(-) 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() { @@ -340,16 +149,8 @@ export default function LandingPage() { title="Contact Us" description="Visit Shop no-61, AL Market, Shalimar Bagh, Delhi." inputs={[ - { - name: "name", - type: "text", - placeholder: "Your Name", - }, - { - name: "phone", - type: "tel", - placeholder: "Your Phone Number", - }, + { name: "name", type: "text", placeholder: "Your Name" }, + { name: "phone", type: "tel", placeholder: "Your Phone Number" }, ]} imageSrc="http://img.b2bpic.net/free-photo/rendering-elegant-neoclassical-interior_23-2151059673.jpg" /> @@ -359,28 +160,8 @@ export default function LandingPage() { -- 2.49.1