From 6dd69bca904cf4bd2e751ef339c561e337078372 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:08:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 402 +++++++++++------------------------------------ 1 file changed, 96 insertions(+), 306 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc504ad..301086a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,326 +11,116 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -export default function LandingPage() { +export default function CampingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file