From e6333d35f3e58acf98ea33c551323b75678cd87a Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:25:32 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 2a75553..c6b9e76 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -3,10 +3,11 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Sparkles, Zap, Star, Heart, Crown } from "lucide-react"; +import Link from "next/link"; export default function ProductsPage() { return ( @@ -29,13 +30,18 @@ export default function ProductsPage() { { name: "Home", id: "/" }, { name: "Products", id: "/products" }, { name: "About", id: "/about" }, - { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "/faq" } ]} button={{ text: "Shop Now", href: "/products" }} /> +
@@ -98,7 +104,7 @@ export default function ProductsPage() {
-