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