From c3c7a6216c24f8fb1524521d2eef11ff02f6e04b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 11:00:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 234 ++++++++++++++--------------------------------- 1 file changed, 70 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37b840e..fa5a945 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,15 +4,10 @@ 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 FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplit from '@/components/sections/hero/HeroSplit'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Clock, Flame, Smile, Star, Utensils, Zap } from "lucide-react"; +import { Flame, Zap, Clock, Smile, Star, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -29,168 +24,79 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1