diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9a0cccd..3ff258e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
-import FooterSimple from '@/components/sections/footer/FooterSimple';
+import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
@@ -33,34 +33,36 @@ export default function LandingPage() {
@@ -72,10 +74,10 @@ export default function LandingPage() {
description="Dive into endless plates of our succulent, slow-cooked spareribs, glazed to perfection. An unforgettable feast awaits!"
buttons={[
{
- text: "View Our Menu", href: "#menu"
+ text: "View Our Menu", href: "/#menu"
},
{
- text: "Claim Your Spareribs Feast", href: "#events"
+ text: "Claim Your Spareribs Feast", href: "/#events"
}
]}
buttonAnimation="opacity"
@@ -182,7 +184,7 @@ export default function LandingPage() {
plans={[
{
id: "spareribs-feast", tag: "Limited Time Offer", price: "€35", period: "per person", description: "Indulge in endless plates of our signature, slow-cooked spareribs, accompanied by your choice of delicious sides.", button: {
- text: "Book Spareribs Feast", href: "#contact"
+ text: "Book Spareribs Feast", href: "/#contact"
},
featuresTitle: "Includes:", features: [
"All-You-Can-Eat Signature Spareribs", "Choice of 2 Sides (e.g., Fries, Coleslaw)", "Non-alcoholic Beverages"
@@ -190,7 +192,7 @@ export default function LandingPage() {
},
{
id: "premium", tag: "Popular", price: "€120", period: "per guest", description: "An elevated dining experience with premium selections.", button: {
- text: "Select Premium", href: "#contact"
+ text: "Select Premium", href: "/#contact"
},
featuresTitle: "Includes:", features: [
"5-Course Tasting Menu", "Amuse-bouche", "Choice of 3 Appetizers", "Choice of 4 Main Courses", "2 Dessert Selections", "Sommelier-selected Wine Pairing", "Coffee & Tea Service"
@@ -198,7 +200,7 @@ export default function LandingPage() {
},
{
id: "bespoke", tag: "Custom", price: "Contact for Quote", period: "per event", description: "Tailored to your every desire for a truly unique event.", button: {
- text: "Inquire Now", href: "#contact"
+ text: "Inquire Now", href: "/#contact"
},
featuresTitle: "Includes:", features: [
"Fully Customizable Menu", "Private Chef & Service Staff", "Exclusive Venue Access", "Premium Beverage Package", "Decor & Ambiance Consultation"
@@ -290,69 +292,29 @@ export default function LandingPage() {
description="Klaar om te genieten van de tijdloze smaken en elegante sfeer van The Old Resto? Reserveer vandaag nog uw tafel en laat ons een memorabele avond voor u creëren."
buttons={[
{
- text: "Maak een Reservering", href: "#"
+ text: "Maak een Reservering", href: "/#contact"
},
{
- text: "Stuur een Aanvraag", href: "#"
+ text: "Stuur een Aanvraag", href: "/#contact"
}
]}
/>
);
-}
\ No newline at end of file
+}