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() {
@@ -48,24 +44,12 @@ export default function LandingPage() {
logoText="Bon Appetit"
description="A warm Costa Rican table, elevated with soul. Discover luxury comfort dining in the heart of San José."
buttons={[
- {
- text: "Visit Bon Appetit", href: "#visit"},
- {
- text: "Explore Menu", href: "#menu"},
+ { text: "Visit Bon Appetit", href: "#visit" },
+ { text: "Explore Menu", href: "#menu" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg?_wi=1", imageAlt: "Signature monteverde plate"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetables-served-with-lavash-species_114579-2007.jpg", imageAlt: "Artisan coffee and breakfast"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-through-menu-restaurant_23-2150520059.jpg", imageAlt: "Warm cafe atmosphere"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-healthy-meal_23-2148578419.jpg", imageAlt: "Gallo pinto breakfast"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-toast-bacon-salad-fried-eggs-gray-plate-black-background_23-2148067091.jpg", imageAlt: "Luxury comfort lunch"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/minimal-elegant-breakfast_23-2151885809.jpg", imageAlt: "Refined dining experience"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg?_wi=1", imageAlt: "Signature monteverde plate" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/grilled-vegetables-served-with-lavash-species_114579-2007.jpg", imageAlt: "Artisan coffee and breakfast" },
]}
/>
@@ -83,103 +67,67 @@ export default function LandingPage() {
/>
-
-
-
-
+
-
-
-
-
);
-}
+}
\ No newline at end of file