diff --git a/src/app/page.tsx b/src/app/page.tsx index a076dd1..fc54ce8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumLargeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Premium Fragrance Collection" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "Explore Collection", href: "products" }, { text: "Learn More", href: "about" }, @@ -67,11 +67,11 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Midnight Bloom", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg?_wi=1", imageAlt: "Midnight Bloom Perfume"}, + id: "1", name: "Midnight Bloom", price: "$185", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg", imageAlt: "Midnight Bloom Perfume"}, { - id: "2", name: "Rose Garden", price: "$165", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg?_wi=1", imageAlt: "Rose Garden Perfume"}, + id: "2", name: "Rose Garden", price: "$165", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg", imageAlt: "Rose Garden Perfume"}, { - id: "3", name: "Oud Essence", price: "$225", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg?_wi=1", imageAlt: "Oud Essence Perfume"}, + id: "3", name: "Oud Essence", price: "$225", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg", imageAlt: "Oud Essence Perfume"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" @@ -102,11 +102,11 @@ export default function LandingPage() { description="Experience the finest in fragrance craftsmanship" features={[ { - id: "1", title: "Premium Ingredients", description: "Sourced from the world's most exclusive locations and refined through traditional methods", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg?_wi=2", imageAlt: "Premium ingredients selection"}, + id: "1", title: "Premium Ingredients", description: "Sourced from the world's most exclusive locations and refined through traditional methods", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/pink-orchid-girly-arrangement_23-2148229212.jpg", imageAlt: "Premium ingredients selection"}, { - id: "2", title: "Masterful Blending", description: "Expert perfumers with decades of experience create harmonious fragrance compositions", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg?_wi=2", imageAlt: "Perfume blending process"}, + id: "2", title: "Masterful Blending", description: "Expert perfumers with decades of experience create harmonious fragrance compositions", tag: "Expertise", imageSrc: "http://img.b2bpic.net/free-vector/cover-design-line-art-set_23-2149130901.jpg", imageAlt: "Perfume blending process"}, { - id: "3", title: "Lasting Elegance", description: "Long-lasting formulations that stay true throughout the day", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg?_wi=2", imageAlt: "Fragrance performance showcase"}, + id: "3", title: "Lasting Elegance", description: "Long-lasting formulations that stay true throughout the day", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232241.jpg", imageAlt: "Fragrance performance showcase"}, ]} textboxLayout="default" animationType="slide-up"