From d69934f0ac149c5b62c804a31d315b90603f9aab Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 04:29:34 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 80 ++++++++++++---------------------------- 1 file changed, 24 insertions(+), 56 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index dc0bc02..fa187e3 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -18,16 +18,16 @@ export default function PricingPage() { return ( @@ -61,63 +61,37 @@ export default function PricingPage() { @@ -129,22 +103,16 @@ export default function PricingPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com/wacey", - ariaLabel: "Follow us on Twitter", - }, + href: "https://twitter.com/wacey", ariaLabel: "Follow us on Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/wacey", - ariaLabel: "Connect on LinkedIn", - }, + href: "https://linkedin.com/company/wacey", ariaLabel: "Connect on LinkedIn"}, { icon: Instagram, - href: "https://instagram.com/wacey", - ariaLabel: "Follow us on Instagram", - }, + href: "https://instagram.com/wacey", ariaLabel: "Follow us on Instagram"}, ]} /> ); -} \ No newline at end of file +}