diff --git a/src/app/page.tsx b/src/app/page.tsx index e02cd2d..030eeed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Coffee, Award, Utensils, Heart } from "lucide-react"; +import { Coffee, Award, Utensils, Heart, MapPin, Phone, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -30,14 +30,10 @@ export default function LandingPage() { @@ -83,103 +67,67 @@ export default function LandingPage() { /> -
- +
-
- + -
- -
-
); -} +} \ No newline at end of file