Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-12 03:46:16 +00:00

View File

@@ -11,9 +11,9 @@ 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, Home, Dumbbell, Activity, Zap, Smartphone, Cpu } from 'lucide-react';
import { Sparkles, Star, Grid, Award, TrendingUp, Briefcase, Mail, HelpCircle, Shirt, Dumbbell, Activity, Zap, Smartphone, Cpu } from 'lucide-react';
export default function Home() {
export default function HomePage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -38,7 +38,7 @@ export default function Home() {
tag="Welcome to ZSMX Store"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "floatingGradient" }}
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/internationals-people-standing-cafe_1157-32402.jpg"
imageAlt="Premium multi-category product showcase"
mediaAnimation="slide-up"
@@ -132,8 +132,8 @@ export default function Home() {
{
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: Home, text: "Modern Design" },
{ icon: Home, text: "Premium Materials" },
{ icon: Grid, text: "Modern Design" },
{ icon: Grid, text: "Premium Materials" },
{ icon: Grid, text: "Expert Curation" }
],
reverse: true
@@ -175,6 +175,7 @@ export default function Home() {
imageAlt="ZSMX Store - Premium retail environment"
useInvertedBackground={true}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>