From dc577bf88d75965515f1aac6c50c07416f208ba3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 04:39:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 310 +++++++++++++++++++++++------------------------ 1 file changed, 155 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f295711..a6d7543 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,176 +2,176 @@ 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 FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import { Coffee, Users, Utensils } from "lucide-react"; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1