Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-12 10:31:24 +00:00

View File

@@ -1,6 +1,6 @@
"use client"
import { ChefHat, Sparkles, Facebook, Instagram, Phone } from "lucide-react";
import { ChefHat, Sparkles, Facebook, Instagram, Phone, Award } from "lucide-react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
@@ -45,7 +45,7 @@ export default function LandingPage() {
description="Experience authentic culinary excellence in an atmosphere of warmth and sophistication. Located in the heart of Middelburg, we craft memorable dining moments with carefully curated menus and impeccable service."
buttons={[
{ text: "Reserve Your Table", href: "#contact" },
{ text: "View Our Menu", href: "#features" }
{ text: "Explore Menu" }
]}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/wine-glass_1203-2779.jpg"
@@ -58,8 +58,9 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
tag="About Us"
title="Where Passion Meets Palate"
tag="Award-Winning Excellence"
tagIcon={Award}
title="Award-Winning Culinary Excellence Since 2010"
buttons={[
{ text: "Visit Us", href: "#contact" }
]}