From 6d11af3e04f087633a0e4d1c453273cf9787cb83 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:17:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 158 +++++++++++++++++++++++++---------------------- 1 file changed, 83 insertions(+), 75 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b569068..26c340f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,36 +2,38 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Award, Cake, Coffee, Cookie, GraduationCap, Pizza, ShieldCheck, Smile, TrendingUp, Users } from "lucide-react"; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import { Cake, ChefHat, Heart, Star } from "lucide-react"; export default function LandingPage() { return (