Update src/app/page.tsx

This commit is contained in:
2026-02-23 01:08:35 +00:00
parent 1d14b03902
commit 9fcf6a971f

View File

@@ -26,12 +26,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Menu", id: "#featured-dishes" },
{ name: "About Us", id: "#about" },
{ name: "Reviews", id: "#reviews" },
{ name: "Menu", id: "featured-dishes" },
{ name: "About Us", id: "about" },
{ name: "Reviews", id: "reviews" },
]}
brandName="2 Dogs Pub"
button={{ text: "Visit Us", href: "#footer" }}
button={{ text: "Visit Us", href: "footer" }}
className="py-4 md:py-6"
navItemClassName="text-lg font-semibold"
buttonClassName="px-6 py-3 text-lg font-bold"
@@ -43,10 +43,10 @@ export default function LandingPage() {
<HeroBillboardGallery
title="Bold American Flavor. No Apologies."
description="Classic pub food done right. Where every dish is a statement and every drink hits the spot."
background={{ variant: "radial-gradient" as any }}
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "View Menu", href: "#featured-dishes" },
{ text: "Visit Us", href: "#footer" },
{ text: "View Menu", href: "featured-dishes" },
{ text: "Visit Us", href: "footer" },
]}
mediaItems={[
{
@@ -134,7 +134,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg?_wi=1"
imageSrc="https://img.b2bpic.net/free-photo/stone-walled-restaurant-top-lighting_140725-9731.jpg"
imageAlt="Trendy downtown gastropub interior"
columns={[
{ title: "Location", items: [{ label: "123 Pub Street", href: "#" }] },