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 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;