From 3799b5d66354be05178ca4a461fa4464027d162e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 11:52:38 +0000 Subject: [PATCH] Update src/app/programs/page.tsx --- src/app/programs/page.tsx | 131 +++++++------------------------------- 1 file changed, 23 insertions(+), 108 deletions(-) diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index c3cc509..f30c067 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -8,33 +8,28 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -export default function LandingPage() { +export default function ProgramsPage() { return ( @@ -147,28 +82,8 @@ export default function LandingPage() { @@ -176,4 +91,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file