From f5e512c2857cb560c968c2b858d0fe7f9c35cace Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:11:21 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 41 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 843ebb0..06e5b17 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { ShoppingBag, CheckCircle } from "lucide-react"; +import { Sparkles, Check } from "lucide-react"; export default function PricingPage() { return ( @@ -14,7 +14,7 @@ export default function PricingPage() { borderRadius="rounded" contentWidth="compact" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -24,10 +24,11 @@ export default function PricingPage() { @@ -101,7 +102,7 @@ export default function PricingPage() { { title: "Company", items: [ { label: "About Us", href: "/about" }, - { label: "Blog", href: "#" }, + { label: "Reviews", href: "/reviews" }, { label: "Careers", href: "#" }, { label: "News", href: "#" }, ],