From e388585a45614bebc7e33ba873b8f6e9caed347b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 10:06:31 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 101 +++++++-------------------------------- 1 file changed, 17 insertions(+), 84 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index db91722..3196f5a 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function PricingPage() { return ( @@ -61,37 +44,14 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", - tag: "Standard", - price: "$999", - period: "/mo", - description: "Good for starters.", - button: { - text: "Choose Plan", - href: "/contact", - }, - featuresTitle: "Included", - features: [ - "SEO", - "Analytics", - ], + id: "basic", tag: "Standard", price: "$999", period: "/mo", description: "Good for starters.", button: { + text: "Choose Plan", href: "/contact"}, + featuresTitle: "Included", features: ["SEO", "Analytics"], }, { - id: "pro", - tag: "Advanced", - price: "$2999", - period: "/mo", - description: "High performance.", - button: { - text: "Choose Plan", - href: "/contact", - }, - featuresTitle: "Included", - features: [ - "SEO", - "PPC", - "Social", - ], + id: "pro", tag: "Advanced", price: "$2999", period: "/mo", description: "High performance.", button: { + text: "Choose Plan", href: "/contact"}, + featuresTitle: "Included", features: ["SEO", "PPC", "Social"], }, ]} title="Marketing Plans" @@ -106,42 +66,15 @@ export default function LandingPage() { title="Industry Recognition" description="We are proud to work with the best." names={[ - "Alpha Corp", - "Beta Tech", - "Gamma Inc", - "Delta Labs", - "Epsilon", - ]} + "Alpha Corp", "Beta Tech", "Gamma Inc", "Delta Labs", "Epsilon"]} />