diff --git a/src/app/page.tsx b/src/app/page.tsx index 77c12a7..0065f01 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,14 +5,14 @@ import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MediaAbout from '@/components/sections/about/MediaAbout'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; 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 } from "lucide-react"; +import { Award, Sparkles, Users, Utensils, Wine, Camera, MapPin, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -32,12 +32,9 @@ export default function LandingPage() {