From 8eb56cefd64091c45cb8e8f3d0684fe3910f44c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 15:17:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 438 ++++++++++------------------------------------- 1 file changed, 88 insertions(+), 350 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5cce546..a83e0a2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,358 +1,96 @@ -"use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import AboutMetric from '@/components/sections/about/AboutMetric'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, Clock, Flame } from "lucide-react"; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Flame, Clock, Award } from 'lucide-react'; -export default function LandingPage() { +export default function Page() { return ( - - - - -
- -
- -
- -
- - - -
- -
- -
- -
- -
- -
- -
- -
- - -
+ + +
+ +
+
+ +
+ +
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1