diff --git a/src/app/shop/handbags/page.tsx b/src/app/shop/handbags/page.tsx index 7591ef4..bb2f9c8 100644 --- a/src/app/shop/handbags/page.tsx +++ b/src/app/shop/handbags/page.tsx @@ -1,13 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; -import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; -import ProductCardThree from "@/components/sections/product/ProductCardThree"; -import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; -import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TextAbout from '@/components/sections/about/TextAbout'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import Link from "next/link"; import { Sparkles, ShoppingBag, Heart, Award, Star, Mail } from "lucide-react"; @@ -33,7 +34,7 @@ export default function HandbagsPage() { { name: "Shop", id: "shop" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" }, - { name: "Wishlist", id: "wishlist" }, + { name: "Wishlist", id: "wishlist" } ]} button={{ text: "Browse Collection", href: "#products" @@ -46,20 +47,20 @@ export default function HandbagsPage() {
+ {/* Newsletter */} +
+ +
+ {/* Footer */} diff --git a/src/app/shop/home-essentials/page.tsx b/src/app/shop/home-essentials/page.tsx index 66a6379..6735b77 100644 --- a/src/app/shop/home-essentials/page.tsx +++ b/src/app/shop/home-essentials/page.tsx @@ -1,13 +1,14 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi"; -import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; -import ProductCardThree from "@/components/sections/product/ProductCardThree"; -import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; -import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TextAbout from '@/components/sections/about/TextAbout'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import Link from "next/link"; import { Sparkles, ShoppingBag, Heart, Award, Star, Mail } from "lucide-react"; @@ -33,7 +34,7 @@ export default function HomeEssentialsPage() { { name: "Shop", id: "shop" }, { name: "About", id: "about" }, { name: "Contact", id: "contact" }, - { name: "Wishlist", id: "wishlist" }, + { name: "Wishlist", id: "wishlist" } ]} button={{ text: "Browse Collection", href: "#products" @@ -46,20 +47,20 @@ export default function HomeEssentialsPage() {
+ {/* Newsletter */} +
+ +
+ {/* Footer */}