diff --git a/src/app/page.tsx b/src/app/page.tsx index cfe30bf..19ef0e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="medium" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Premium Salon & Spa" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/woman-s-hands-with-professional-cosmetic-tools-make-up-brush-powder-makeup-artist-studio-woman-wearing-white-costume_1157-51384.jpg" imageAlt="Luxury salon interior" buttons={[ @@ -79,7 +79,7 @@ export default function LandingPage() { title: "Client-Focused", description: "Your satisfaction is our priority. We listen, understand, and deliver exceptional results.", icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-realistic-feet-touching-clear-running-water_23-2151210349.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/view-realistic-feet-touching-clear-running-water_23-2151210349.jpg" imageAlt="Premium spa pedicure service" mediaAnimation="slide-up" textboxLayout="default" @@ -99,7 +99,7 @@ export default function LandingPage() { { title: "Gel Manicures & Nail Art", description: "Long-lasting gel polish with custom designs, extensions, and intricate nail art by our talented artists.", imageSrc: "http://img.b2bpic.net/free-photo/model-getting-their-nails-done_23-2149921696.jpg", imageAlt: "Professional manicure service"}, { - title: "Luxury Pedicures", description: "Indulgent foot care treatments with premium products, massages, and beautiful polish finishes.", imageSrc: "http://img.b2bpic.net/free-photo/view-realistic-feet-touching-clear-running-water_23-2151210349.jpg?_wi=2", imageAlt: "Spa pedicure experience"}, + title: "Luxury Pedicures", description: "Indulgent foot care treatments with premium products, massages, and beautiful polish finishes.", imageSrc: "http://img.b2bpic.net/free-photo/view-realistic-feet-touching-clear-running-water_23-2151210349.jpg", imageAlt: "Spa pedicure experience"}, { title: "Spa Facials & Treatments", description: "Rejuvenating skincare treatments using premium products tailored to your skin type and concerns.", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-lies-beautician-s-table-receives-procedures-light-facial-massage-using-oil_343596-4191.jpg", imageAlt: "Premium spa facial treatment"}, ]} @@ -127,7 +127,7 @@ export default function LandingPage() { { id: "4", name: "Amanda Brooks", role: "Spa Manager", imageSrc: "http://img.b2bpic.net/free-photo/relaxed-serious-businesswoman-leaning-wall_1262-1883.jpg", imageAlt: "Amanda Brooks"}, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={true}