From 7662cd38cf104f9ff5279b7a224b48fe56b8b459 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:31:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index badc3f1..dbeeb3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {