From a93cece33bcb4f4ebd74ec9f5a5dc00b1a9f3737 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 03:47:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 27be554..e7ca61b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Star, Grid, Award, TrendingUp, Briefcase, Mail, HelpCircle, Shirt, Dumbbell, Activity, Zap, Smartphone, Cpu } from 'lucide-react'; +import { Sparkles, Star, Grid, Award, TrendingUp, Briefcase, Mail, HelpCircle, Shirt, Dumbbell, Activity, Zap, Smartphone, Cpu, Home, Sofa, Layout, Heart } from 'lucide-react'; export default function HomePage() { return ( @@ -38,7 +38,7 @@ export default function HomePage() { tag="Welcome to ZSMX Store" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "floatingGradient" }} imageSrc="http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32402.jpg" imageAlt="Premium multi-category product showcase" mediaAnimation="slide-up" @@ -59,7 +59,7 @@ export default function HomePage() { testimonialRotationInterval={5000} buttons={[ { text: "Shop Now", href: "fashion" }, - { text: "Explore Categories", href: "products" } + { text: "Explore Categories", href: "features" } ]} buttonAnimation="slide-up" useInvertedBackground={false} @@ -125,16 +125,16 @@ export default function HomePage() { items: [ { icon: Shirt, text: "Designer Collections" }, { icon: Sparkles, text: "Premium Fabrics" }, - { icon: Star, text: "Timeless Styles" } + { icon: Heart, text: "Timeless Styles" } ], reverse: false }, { id: "2", title: "Home Furnishings", description: "Transform your living space with luxury home decor. Curated pieces that combine functionality with aesthetic elegance.", media: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-dried-flowers-table_23-2149591635.jpg" }, items: [ - { icon: Grid, text: "Modern Design" }, - { icon: Grid, text: "Premium Materials" }, - { icon: Grid, text: "Expert Curation" } + { icon: Home, text: "Modern Design" }, + { icon: Sofa, text: "Premium Materials" }, + { icon: Layout, text: "Expert Curation" } ], reverse: true },