diff --git a/src/app/page.tsx b/src/app/page.tsx index 960f369..5c564ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -224,10 +224,10 @@ export default function LandingPage() { variant: "radial-gradient"}} tag="Connect with Us" title="Plan Your Visit" - description="We look forward to welcoming you to Bones Restaurant. Contact us for reservations, private event inquiries, or any other questions you may have." + description="Visit us at 123 Main Street, Anytown, USA. We are open Tuesday - Sunday from 5:00 PM to 10:00 PM. For reservations or inquiries, please call us at (555) 123-4567." buttons={[ { - text: "Book a Table", href: "#"}, + text: "Book a Table", href: "#contact"}, { text: "Get Directions", href: "#"}, ]}