From f0e11671d8117f1bc783fb7be49d786a64a83f25 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 4 May 2026 16:40:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 379 ++++++++--------------------------------------- 1 file changed, 65 insertions(+), 314 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9a5e11..49f6601 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import { Coffee, ShieldCheck, Leaf, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -31,22 +32,10 @@ export default function LandingPage() {