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