From e4e70487936db42e1c37b41b64381d9f0acd67e0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 03:47:23 +0000 Subject: [PATCH 1/4] Update src/app/electronics/page.tsx --- src/app/electronics/page.tsx | 385 ++--------------------------------- 1 file changed, 12 insertions(+), 373 deletions(-) diff --git a/src/app/electronics/page.tsx b/src/app/electronics/page.tsx index 3b5d381..4c11bf3 100644 --- a/src/app/electronics/page.tsx +++ b/src/app/electronics/page.tsx @@ -1,386 +1,25 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import Link from "next/link"; -import { - Sparkles, - Star, - Grid, - Award, - TrendingUp, - Briefcase, - Mail, - HelpCircle, - Shirt, - Home, - Sofa, - Layout, - Dumbbell, - Activity, - Zap, - Smartphone, - Cpu, -} from "lucide-react"; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; export default function ElectronicsPage() { return ( - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
Electronics Page
); -} \ No newline at end of file +} -- 2.49.1 From fcd3f1c2c3cfc1ae5728bb8f0c05df5a0cb8252f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 03:47:24 +0000 Subject: [PATCH 2/4] Update src/app/fashion/page.tsx --- src/app/fashion/page.tsx | 249 ++------------------------------------- 1 file changed, 13 insertions(+), 236 deletions(-) diff --git a/src/app/fashion/page.tsx b/src/app/fashion/page.tsx index 6ce56e3..b0fbdef 100644 --- a/src/app/fashion/page.tsx +++ b/src/app/fashion/page.tsx @@ -1,248 +1,25 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import Link from "next/link"; -import { Star } from "lucide-react"; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; export default function FashionPage() { return ( - -
- -
- -
- -
- -
- -
- - +
Fashion Page
); -} \ No newline at end of file +} -- 2.49.1 From 330c240283226ed0c4353737b88ee76203f5fb0a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 03:47:24 +0000 Subject: [PATCH 3/4] Update src/app/home/page.tsx --- src/app/home/page.tsx | 275 ++---------------------------------------- 1 file changed, 13 insertions(+), 262 deletions(-) diff --git a/src/app/home/page.tsx b/src/app/home/page.tsx index cd96fc9..e3bd56d 100644 --- a/src/app/home/page.tsx +++ b/src/app/home/page.tsx @@ -1,274 +1,25 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; -import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven"; -import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import Link from "next/link"; -import { Sparkles, Star, Grid, Award, TrendingUp, Briefcase, Home, Shirt, Sofa, Layout, Dumbbell, Activity, Zap, Smartphone, Cpu } from "lucide-react"; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; -export default function HomeCategoryPage() { +export default function HomePage() { return ( - {/* Navbar */} - - {/* Hero Section */} -
- -
- - {/* Featured Products Section */} -
- -
- - {/* Category Showcase Section */} -
- -
- - {/* About Section */} -
- -
- - {/* Metrics Section */} -
- -
- - {/* Social Proof Section */} -
- -
- - {/* Footer */} - +
Home Page
); -} \ No newline at end of file +} -- 2.49.1 From a93cece33bcb4f4ebd74ec9f5a5dc00b1a9f3737 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 03:47:25 +0000 Subject: [PATCH 4/4] 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 }, -- 2.49.1