From 8f460feffef94059b3b97b72e5a5a1047746cd44 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 13:29:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 284 ++++++++++++++++------------------------------- 1 file changed, 94 insertions(+), 190 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d81a27..5163338 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,254 +2,158 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Award, Utensils, CalendarDays, BookOpen, ChefHat, Star } from "lucide-react"; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Clock, ShieldCheck, Zap, Diamond, Award } from "lucide-react"; export default function LandingPage() { return (
-
-
-
-
-
-
-
); -} \ No newline at end of file +} -- 2.49.1