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 ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
- +
);