From 2c47169a1e4e6cfc2bbe971c27e1867cb09c2405 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:33:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 354 +++++++---------------------------------------- 1 file changed, 53 insertions(+), 301 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d91a85..d41769e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,176 +20,65 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -198,24 +87,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - title: "Artisanal Haircut", - description: "Precision styling tailored to your natural movement and lifestyle.", - imageSrc: "http://img.b2bpic.net/free-photo/combs-brushes_23-2147711617.jpg", - imageAlt: "modern hair styling tools", - }, - { - title: "Organic Facial", - description: "Nourishing skincare rituals using sustainably sourced premium ingredients.", - imageSrc: "http://img.b2bpic.net/free-photo/funny-young-woman-with-green-cosmetic-mask-her-face-is-resting-while-lying-spa-salon-top-view_169016-15361.jpg", - imageAlt: "organic facial treatment spa", - }, - { - title: "Manicure Suite", - description: "Impeccable nail care in a serene, hygienic environment.", - imageSrc: "http://img.b2bpic.net/free-photo/warm-oil-drop-palms-before-massage-selfcare-ritual_169016-69527.jpg", - imageAlt: "manicure and pedicure station", - }, + { title: "Artisanal Haircut", description: "Precision styling tailored to your natural movement and lifestyle.", imageSrc: "http://img.b2bpic.net/free-photo/combs-brushes_23-2147711617.jpg", imageAlt: "modern hair styling tools" }, + { title: "Organic Facial", description: "Nourishing skincare rituals using sustainably sourced premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/funny-young-woman-with-green-cosmetic-mask-her-face-is-resting-while-lying-spa-salon-top-view_169016-15361.jpg", imageAlt: "organic facial treatment spa" }, + { title: "Manicure Suite", description: "Impeccable nail care in a serene, hygienic environment.", imageSrc: "http://img.b2bpic.net/free-photo/warm-oil-drop-palms-before-massage-selfcare-ritual_169016-69527.jpg", imageAlt: "manicure and pedicure station" }, ]} title="Signature Services" description="Tailored treatments for the modern individual." @@ -228,41 +102,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "p1", - badge: "Entry", - price: "₹1,500", - subtitle: "Essential Grooming", - features: [ - "Haircut", - "Wash", - "Styling", - ], - }, - { - id: "p2", - badge: "Popular", - price: "₹4,500", - subtitle: "The Aura Experience", - features: [ - "Haircut", - "Facial", - "Manicure", - "Scalp Massage", - ], - }, - { - id: "p3", - badge: "Full", - price: "₹8,000", - subtitle: "Total Transformation", - features: [ - "Everything in Aura", - "Coloring", - "Deep Conditioning", - "Premium Facial", - ], - }, + { id: "p1", badge: "Entry", price: "₹1,500", subtitle: "Essential Grooming", features: ["Haircut", "Wash", "Styling"] }, + { id: "p2", badge: "Popular", price: "₹4,500", subtitle: "The Aura Experience", features: ["Haircut", "Facial", "Manicure", "Scalp Massage"] }, + { id: "p3", badge: "Full", price: "₹8,000", subtitle: "Total Transformation", features: ["Everything in Aura", "Coloring", "Deep Conditioning", "Premium Facial"] }, ]} title="Transparent Luxury" description="Choose your journey to wellness." @@ -276,34 +118,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} members={[ - { - id: "m1", - name: "Anya Sharma", - role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877353.jpg", - imageAlt: "professional stylist portrait", - }, - { - id: "m2", - name: "Vikram Seth", - role: "Master Colorist", - imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-color-hair-dye_329181-1928.jpg", - imageAlt: "master hair colorist", - }, - { - id: "m3", - name: "Priya Reddy", - role: "Senior Esthetician", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-posing_23-2148497196.jpg", - imageAlt: "professional esthetician", - }, - { - id: "m4", - name: "Rajiv Khanna", - role: "Salon Manager", - imageSrc: "http://img.b2bpic.net/free-photo/concentrated-stylist-trimming-hair-ends_23-2147769818.jpg", - imageAlt: "salon director professional", - }, + { id: "m1", name: "Anya Sharma", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877353.jpg", imageAlt: "professional stylist portrait" }, + { id: "m2", name: "Vikram Seth", role: "Master Colorist", imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-color-hair-dye_329181-1928.jpg", imageAlt: "master hair colorist" }, + { id: "m3", name: "Priya Reddy", role: "Senior Esthetician", imageSrc: "http://img.b2bpic.net/free-photo/front-view-doctor-posing_23-2148497196.jpg", imageAlt: "professional esthetician" }, + { id: "m4", name: "Rajiv Khanna", role: "Salon Manager", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-stylist-trimming-hair-ends_23-2147769818.jpg", imageAlt: "salon director professional" }, ]} title="Our Elite Artisans" description="Crafted by the best in the industry." @@ -314,36 +132,11 @@ export default function LandingPage() {