Update src/app/page.tsx

This commit is contained in:
2026-06-02 15:09:36 +00:00
parent e0c37ad9da
commit 9b63323495

View File

@@ -31,7 +31,9 @@ export default function ItalianRestaurantPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Bella Italia"
brandName="The warehouse Restraunt
"
navItems={[
{ name: "About", id: "about" },
{ name: "Info", id: "info" }, // New nav item
@@ -47,8 +49,8 @@ export default function ItalianRestaurantPage() {
<div id="hero" data-section="hero">
<HeroBillboard
title="Welcome to Bella Italia"
description="Authentic Italian cuisine crafted with passion and tradition. Experience the flavors of Italy in every dish."
title="Welcome to The Warehouse Restaurant"
description="Colorado Casual Cuisine served in a Friendly Atmosphere!"
background={{ variant: "sparkles-gradient" }}
tag="Fine Dining"
tagIcon={Sparkles}