From 866be79bda887e0b70aeb8729782a30b7654506a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:10:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 224 +++++++++++++++-------------------------------- 1 file changed, 71 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cbb206f..dc53d3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,231 +2,149 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import { Utensils, Flame, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return (
-
-
-
-
-
-
-
-- 2.49.1