From 9d7704ecc05196f697ab54b52eb30f5cfbadbb02 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 09:35:26 +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 d652131..494a300 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: "Book a Table", href: "#contact" }]} + buttons={[{ text: "Reserve Your Table", 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