From 61a02c074fe4cd3e38fb8d5c4250c7fdbc1510eb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 01:24:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 +++++++++++++++++----------------------- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 117cc0c..043f385 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumLargeSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -47,19 +47,19 @@ export default function LandingPage() { tag="Luxury Collection" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "fluid" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-beautifully-shaped-glass-bottles-filled-with-perfume_181624-28370.jpg", imageAlt: "Luxury perfume bottle collection" }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1", imageAlt: "Premium fragrance display" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Premium fragrance display" }, { imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Exclusive perfume bottles" }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2", imageAlt: "Designer fragrance showcase" + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Designer fragrance showcase" }, { imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg", imageAlt: "Luxury scent collection" @@ -87,15 +87,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Dior", name: "J'adore Eau de Parfum", price: "$95.00", rating: 5, - reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=3", imageAlt: "Dior J'adore perfume bottle" + reviewCount: "12.5k", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Dior J'adore perfume bottle" }, { id: "2", brand: "Chanel", name: "No. 5 Eau de Toilette", price: "$120.00", rating: 5, - reviewCount: "18.3k", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=4", imageAlt: "Chanel No. 5 fragrance" + reviewCount: "18.3k", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Chanel No. 5 fragrance" }, { id: "3", brand: "Gucci", name: "Bloom Eau de Parfum", price: "$85.00", rating: 5, - reviewCount: "9.7k", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=5", imageAlt: "Gucci Bloom perfume" + reviewCount: "9.7k", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Gucci Bloom perfume" } ]} buttons={[{ text: "View All", href: "#" }]} @@ -121,19 +121,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Authentic Fragrances", description: "100% genuine products directly from official distributors with certified authenticity guarantee", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=6", imageAlt: "Authentic perfume verification" + title: "Authentic Fragrances", description: "100% genuine products directly from official distributors with certified authenticity guarantee", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Authentic perfume verification" }, { id: 2, - title: "Expert Curation", description: "Hand-selected by fragrance specialists who understand the nuances of luxury perfumery", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=7", imageAlt: "Expert fragrance selection" + title: "Expert Curation", description: "Hand-selected by fragrance specialists who understand the nuances of luxury perfumery", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Expert fragrance selection" }, { id: 3, - title: "Premium Quality", description: "Each bottle meets our rigorous quality standards for longevity and scent performance", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=8", imageAlt: "Premium fragrance quality" + title: "Premium Quality", description: "Each bottle meets our rigorous quality standards for longevity and scent performance", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Premium fragrance quality" }, { id: 4, - title: "Exclusive Variety", description: "Access rare and limited edition fragrances unavailable in standard retail channels", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=9", imageAlt: "Exclusive perfume collection" + title: "Exclusive Variety", description: "Access rare and limited edition fragrances unavailable in standard retail channels", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Exclusive perfume collection" } ]} title="Why Choose Our Perfumes" @@ -169,28 +169,22 @@ export default function LandingPage() {