From 6aef00402abfc26b50d6f467d7faf41ca7aa3ca1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 11:42:02 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 113 +++++++++++++---------------------------- 1 file changed, 35 insertions(+), 78 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8765d0e..8f13f32 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,11 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -export default function LandingPage() { +export default function AboutPage() { return ( - + -
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file From a10c61f022cd91e4f38bf206e95d0635b36008ed Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 11:42:02 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 128 ++++++++++++--------------------------- 1 file changed, 40 insertions(+), 88 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a499dfa..a643e5f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,9 +5,8 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -export default function LandingPage() { +export default function ContactPage() { return ( - + -
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file From 8e1f97b748c025bd095dea0261efd2f0cfa673f0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 11:42:02 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 255 +++++++++++++++-------------------------------- 1 file changed, 78 insertions(+), 177 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bad937..050ab78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import { Clock, Layers, MapPin, Shield, TrendingUp } from "lucide-react"; +import { Clock, MapPin, Star, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -26,180 +23,84 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- - +
);