From 54fc2a83a9c408a4c126dbee958d2bc6d144e9be Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:03:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 33c9a3c..eb484b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import { Shoe, Star, Zap, Heart, Mail } from 'lucide-react'; +import { Star, Zap, Heart, Mail } from 'lucide-react'; export default function LandingPage() { return ( @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="smallMedium" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -46,9 +46,8 @@ export default function LandingPage() { title="Premium Footwear Crafted for Every Journey" description="Discover Woline LLC's exclusive collection of high-quality shoes designed with comfort, style, and sustainability in mind. From athletic performance to everyday elegance." tag="Woline LLC Premium Shoes" - tagIcon={Shoe} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/close-up-feet-smartphone-ground_23-2148876519.jpg", imageAlt: "Premium Athletic Shoes" @@ -194,7 +193,7 @@ export default function LandingPage() { { text: "Contact Support", href: "#" } ]} buttonAnimation="blur-reveal" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} /> -- 2.49.1