From fd21fdfd9cf4ade672257e918c55c95d45d25235 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 08:36:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 242 +++++++++++++++++++---------------------------- 1 file changed, 96 insertions(+), 146 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5207f66..4b215ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,165 +2,115 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import { MapPin, Phone, Utensils, Star } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1