From 5b94899fbc7db84056f27f1e2e573f5c2e5a23d5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:54:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 42 +++++++++++++++++++----------------------- 1 file changed, 19 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 624bf2a..8623d1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,17 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Sparkles, Users, Utensils, Wine, Camera } from "lucide-react"; +import { Award, Sparkles, Users, Utensils, Wine, Camera, Instagram, Facebook, Twitter, Mail, Phone, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -56,13 +56,11 @@ export default function LandingPage() {
-
-