Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user