Update src/app/products/page.tsx
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
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";
|
||||
@@ -98,7 +98,7 @@ export default function ProductsPage() {
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardOne
|
||||
<PricingCardEight
|
||||
title="Choose Your Skincare Journey"
|
||||
description="Select the perfect plan to achieve your best skin"
|
||||
tag="Pricing Plans"
|
||||
|
||||
Reference in New Issue
Block a user