diff --git a/src/app/page.tsx b/src/app/page.tsx index 88af3cb..966a60e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="circleGradient" + background="none" cardStyle="inset" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Premium Beauty Services" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-holding-flowers_23-2149640967.jpg" imageAlt="Professional bridal makeup services" buttons={[ @@ -70,22 +70,22 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "facial", name: "Facial Treatments", price: "₹800 - ₹4000+", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg?_wi=1", imageAlt: "Professional facial treatment" + id: "facial", name: "Facial Treatments", price: "₹800 - ₹4000+", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg", imageAlt: "Professional facial treatment" }, { - id: "hair", name: "Hair Services", price: "₹200 - ₹6000+", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-taking-shower_329181-2402.jpg?_wi=1", imageAlt: "Luxury hair treatment and styling" + id: "hair", name: "Hair Services", price: "₹200 - ₹6000+", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-taking-shower_329181-2402.jpg", imageAlt: "Luxury hair treatment and styling" }, { id: "nails", name: "Manicure & Pedicure", price: "₹100 - ₹1000", imageSrc: "http://img.b2bpic.net/free-photo/nail-hygiene-care-beautician-client_23-2148766577.jpg", imageAlt: "Professional nail care services" }, { - id: "makeup", name: "Makeup Services", price: "₹500 - ₹16000+", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210707.jpg?_wi=1", imageAlt: "Professional makeup application" + id: "makeup", name: "Makeup Services", price: "₹500 - ₹16000+", imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210707.jpg", imageAlt: "Professional makeup application" }, { - id: "waxing", name: "Waxing & Threading", price: "₹30 - ₹1500", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg?_wi=2", imageAlt: "Hair removal services" + id: "waxing", name: "Waxing & Threading", price: "₹30 - ₹1500", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg", imageAlt: "Hair removal services" }, { - id: "massage", name: "Massage & Therapy", price: "₹250 - ₹1500", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-taking-shower_329181-2402.jpg?_wi=2", imageAlt: "Relaxing massage therapy" + id: "massage", name: "Massage & Therapy", price: "₹250 - ₹1500", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brunette-woman-taking-shower_329181-2402.jpg", imageAlt: "Relaxing massage therapy" } ]} /> @@ -99,7 +99,7 @@ export default function LandingPage() { description="Expert Beauty Professionals" subdescription="Good Vibes Beauty Spa & Academy - Sarjapura, Bangalore" icon={Star} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276078.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276078.jpg" imageAlt="Professional beauty experts and trainers" mediaAnimation="slide-up" useInvertedBackground={false} @@ -114,11 +114,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Professional Expertise", tags: ["Certified", "Experienced"], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276078.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-reading-tarot-home_23-2150276078.jpg" }, { id: "2", title: "Premium Products", tags: ["International Brands", "Quality"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-facial-hair-removed_107420-74074.jpg" }, { id: "3", title: "Luxurious Ambiance", tags: ["Modern", "Elegant"], @@ -126,7 +126,7 @@ export default function LandingPage() { }, { id: "4", title: "Customized Services", tags: ["Personalized", "Professional"], - imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210707.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/professional-woman-making-up-girl_23-2148210707.jpg" } ]} animationType="slide-up"