From 222562394cf719903f1ff87ac319fc0d7d20e618 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 16:46:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 416 ++++++++++++----------------------------------- 1 file changed, 105 insertions(+), 311 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cbef5d9..f371569 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,331 +2,125 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Coffee, Heart, Star } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Coffee, Heart, Star, MapPin, Mail, Phone, Clock } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- - +
); -- 2.49.1