Update src/app/page.tsx

This commit is contained in:
2026-05-07 19:58:15 +00:00
parent 30b69af9ec
commit 54e35c3268

View File

@@ -36,7 +36,7 @@ export default function RockSportsBarPage() {
{ name: "Reviews", id: "testimonials" }, { name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
button={{ text: "Book Table", href: "#contact" }} button={{ text: "Book Table", href: "/contact" }}
/> />
</div> </div>
@@ -45,8 +45,8 @@ export default function RockSportsBarPage() {
title="The Rock Sports Bar & Grill" title="The Rock Sports Bar & Grill"
description="Catch the big game, grab a cold beer, and enjoy our signature pub grub. The best local spot for sports, food, and fun." description="Catch the big game, grab a cold beer, and enjoy our signature pub grub. The best local spot for sports, food, and fun."
buttons={[ buttons={[
{ text: "View Menu", href: "#services" }, { text: "View Menu", href: "/services" },
{ text: "Book Now", href: "#contact" }, { text: "Book Now", href: "/contact" },
]} ]}
imageSrc="https://images.unsplash.com/photo-1542832803-34e80387532d?q=80&w=2000" imageSrc="https://images.unsplash.com/photo-1542832803-34e80387532d?q=80&w=2000"
imageAlt="Sports bar atmosphere with screens and drinks" imageAlt="Sports bar atmosphere with screens and drinks"