From 148e4a2206f574ffc2be6121b05b62addbf46d04 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 04:00:15 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index bfb5d5c..831a2c2 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -7,21 +7,27 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function PricingPage() { return ( - - - - + + +
+ +
+
); } \ No newline at end of file