From 59f8a28954a5321fcad83635007ee3cb59f29bfe Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 19:23:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 230 ++++++++++++++++++----------------------------- 1 file changed, 85 insertions(+), 145 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de7eb36..f046e8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TextAbout from '@/components/sections/about/TextAbout'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { Phone, MapPin, Sparkles, Utensils, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -25,150 +26,89 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
- + - + -
- -
+
+ +
- +
); -} +} \ No newline at end of file