From 815c080e505f97192e4e8f06e82ce2fe944f862c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 07:24:24 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 85 ++++++---------------------------------- 1 file changed, 12 insertions(+), 73 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 4fb1933..3c388bc 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -export default function LandingPage() { +export default function PricingPage() { return ( @@ -65,6 +41,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Select a Plan" description="Flexible options for every budget." + plans={[]} /> @@ -72,55 +49,17 @@ export default function LandingPage() {