From 4a302552834ea0f4caf72c310c7aacf2aaa43d80 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 09:32:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 204d36a..bea666b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} title="Authentic Flavor in the Heart of Gainesville" description="Experience hand-crafted American cuisine using the freshest local ingredients. Every dish at The Dunbar tells a story of passion, tradition, and culinary excellence." - buttons={[{ text: "Order Now", href: "#menu" }, { text: "Reserve a Table", href: "#contact" }]} + buttons={[{ text: "Order Now", href: "#menu" }, { text: "Book a Table", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/close-up-round-table-served-two-christms-dinner-silver-candle-decorated-with-natural-fir-branches-two-flutes-pairs-plates-with-decorative-handmade-christmas-trees_132075-11391.jpg" imageAlt="Premium dining experience" mediaAnimation="slide-up" -- 2.49.1