From 4167d069e9a8926cf45c375169fb32a17e225797 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 05:54:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 451 ++++++++++++----------------------------------- 1 file changed, 116 insertions(+), 335 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1452d80..83f4402 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Clock, Users, Utensils } from "lucide-react"; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Clock, Users, Utensils, Zap, Coffee, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -28,339 +28,120 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file -- 2.49.1