Update src/app/page.tsx

This commit is contained in:
2026-03-12 03:47:25 +00:00
parent 330c240283
commit a93cece33b

View File

@@ -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
},