From f9f3210f3994794d382f3a90be3db65b006e2503 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 18:54:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 450dc01..5f7ea08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="radial-glow" @@ -47,7 +47,7 @@ export default function LandingPage() { description="Premium, trendy headwear for the modern individual. From classic fedoras to contemporary streetwear, discover the perfect hat that defines your unique style and confidence." tag="Premium Collection" tagIcon={Sparkles} - background={{ variant: "aurora" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/woman-with-long-blonde-hair-standing-with-her-back_1303-26557.jpg" imageAlt="Premium hat collection showcase" imagePosition="right" @@ -90,11 +90,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Premium Quality Materials", tags: ["Quality", "Crafted"], - imageSrc: "http://img.b2bpic.net/free-photo/fashionable-model-posing-near-business-building_7502-6200.jpg?_wi=1", imageAlt: "Premium hat materials" + imageSrc: "http://img.b2bpic.net/free-photo/fashionable-model-posing-near-business-building_7502-6200.jpg", imageAlt: "Premium hat materials" }, { id: "2", title: "Stylish & Versatile Designs", tags: ["Fashion", "Trending"], - imageSrc: "http://img.b2bpic.net/free-photo/jeju-island-korea-october-12-traditional-hat-shop-jeju_1258-58.jpg?_wi=1", imageAlt: "Versatile hat designs" + imageSrc: "http://img.b2bpic.net/free-photo/jeju-island-korea-october-12-traditional-hat-shop-jeju_1258-58.jpg", imageAlt: "Versatile hat designs" } ]} animationType="slide-up" @@ -109,10 +109,10 @@ export default function LandingPage() { description="Join thousands of satisfied customers who have elevated their style with Make Money Hats." metrics={[ { - id: "1", value: "50K+", title: "Happy Customers", description: "Worldwide fashion enthusiasts", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-model-posing-near-business-building_7502-6200.jpg?_wi=2", imageAlt: "Happy customers" + id: "1", value: "50K+", title: "Happy Customers", description: "Worldwide fashion enthusiasts", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-model-posing-near-business-building_7502-6200.jpg", imageAlt: "Happy customers" }, { - id: "2", value: "200+", title: "Hat Designs", description: "Unique styles for every personality", imageSrc: "http://img.b2bpic.net/free-photo/jeju-island-korea-october-12-traditional-hat-shop-jeju_1258-58.jpg?_wi=2", imageAlt: "Hat designs collection" + id: "2", value: "200+", title: "Hat Designs", description: "Unique styles for every personality", imageSrc: "http://img.b2bpic.net/free-photo/jeju-island-korea-october-12-traditional-hat-shop-jeju_1258-58.jpg", imageAlt: "Hat designs collection" } ]} animationType="slide-up" @@ -138,16 +138,16 @@ export default function LandingPage() {