From 8f07d98b5df4e663d468c2941d5b976af97e0071 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 04:27:16 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 387 +++++++++++------------------------------------ 1 file changed, 89 insertions(+), 298 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 009294e..fb0563a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,318 +2,109 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Dumbbell, MapPin, Phone, CheckCircle, Flame } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ console.log(email)} + /> +
-
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1 From 1326d10f039f5b70c7ee033e38025ab3829fc69b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 04:27:17 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index c3c4172..3d0e32c 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -15,7 +15,7 @@ --foreground: #000f06e6; --primary-cta: #0a7039; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #f9f9f9; --secondary-cta-text: #000f06e6; --accent: #e2e2e2; --background-accent: #c4c4c4; -- 2.49.1