diff --git a/src/app/page.tsx b/src/app/page.tsx index 60141d9..8775890 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -48,18 +48,18 @@ export default function LandingPage() { tag="Premium Skincare" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "radial-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/woman-tweezing-eyebrows-front-mirror_329181-1522.jpg", imageAlt: "Premium skincare collection"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_329181-13145.jpg?_wi=1", imageAlt: "Professional facial treatment"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-relaxing-spa_329181-13145.jpg", imageAlt: "Professional facial treatment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242156.jpg?_wi=1", imageAlt: "Luxury hydrating serum"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242156.jpg", imageAlt: "Luxury hydrating serum"}, { - imageSrc: "http://img.b2bpic.net/free-photo/smiley-mature-woman-using-cleanser-her-face_23-2148672297.jpg?_wi=1", imageAlt: "Premium retinol cream"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-mature-woman-using-cleanser-her-face_23-2148672297.jpg", imageAlt: "Premium retinol cream"}, { - imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-plant_23-2148894349.jpg?_wi=1", imageAlt: "Luxury face mask treatment"}, + imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-plant_23-2148894349.jpg", imageAlt: "Luxury face mask treatment"}, ]} buttons={[ { text: "Book Your Consultation", href: "contact" }, @@ -81,7 +81,7 @@ export default function LandingPage() { { value: "50K+", title: "Skin Transformations" }, { value: "98%", title: "Customer Satisfaction Rate" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-relaxing-spa_329181-13145.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/woman-relaxing-spa_329181-13145.jpg" imageAlt="Professional skincare consultation" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -157,11 +157,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Luminous Hydrating Serum", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242156.jpg?_wi=2", imageAlt: "Hydrating serum product"}, + id: "1", name: "Luminous Hydrating Serum", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242156.jpg", imageAlt: "Hydrating serum product"}, { - id: "2", name: "Retinol Renewal Cream", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mature-woman-using-cleanser-her-face_23-2148672297.jpg?_wi=2", imageAlt: "Retinol cream product"}, + id: "2", name: "Retinol Renewal Cream", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/smiley-mature-woman-using-cleanser-her-face_23-2148672297.jpg", imageAlt: "Retinol cream product"}, { - id: "3", name: "Radiance Mask Treatment", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-plant_23-2148894349.jpg?_wi=2", imageAlt: "Face mask treatment"}, + id: "3", name: "Radiance Mask Treatment", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/homemade-remedy-with-plant_23-2148894349.jpg", imageAlt: "Face mask treatment"}, { id: "4", name: "Daily SPF 50 Sunscreen", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-blonde-woman-with-cream-her-face_23-2148313480.jpg", imageAlt: "SPF sunscreen product"}, ]}