From 1678e3e9b8cd524a4254573bdcea8d37ac4321ed Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:06:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 059e493..a1b1f0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -48,8 +48,8 @@ export default function LandingPage() { { text: "Explore Collection", href: "products" }, { text: "Learn More", href: "about" }, ]} - background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=1" + background={{ variant: "sparkles-gradient" }} + imageSrc="http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg" imageAlt="Premium skincare products showcase" mediaAnimation="slide-up" frameStyle="card" @@ -87,7 +87,7 @@ export default function LandingPage() { { id: "1", name: "Hydrating Serum", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-cosmetics-concept_23-2148578622.jpg", imageAlt: "Hydrating serum bottle"}, { - id: "2", name: "Luxe Moisturizer", price: "$62", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=2", imageAlt: "Luxe moisturizer cream"}, + id: "2", name: "Luxe Moisturizer", price: "$62", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", imageAlt: "Luxe moisturizer cream"}, { id: "3", name: "Gentle Cleanser", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-face-bathroom_329181-2386.jpg", imageAlt: "Gentle facial cleanser"}, ]} @@ -170,7 +170,7 @@ export default function LandingPage() { { id: "5", title: "Are your products cruelty-free?", content: "Yes, all Luminé products are 100% cruelty-free and not tested on animals. We're certified by leading international cruelty-free organizations."}, { - id: "6", title: "How should I store my skincare products?", content: "Store all products in a cool, dry place away from direct sunlight. Keep bottles tightly sealed when not in use. Our amber glass bottles protect against UV rays and oxidation."}, + id: "6", title: "How should I store my skincare products?", content: "Store all products in a cool, dry place away from direct sunlight. Keep bottles tightly sealed when not in use. Our amber glass bottles protect against UV rays and oxidation."} ]} mediaAnimation="blur-reveal" faqsAnimation="slide-up" -- 2.49.1