Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-21 18:11:53 +00:00

View File

@@ -40,13 +40,13 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="Oscar's Bistro"
brandName="Welcome to the Oscars Bistro and Catering"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogo
logoText="Oscars Bistro & Catering"
logoText="Welcome to the Oscars Bistro and Catering"
description="Experience culinary excellence with our curated bistro menu and professional catering services. From intimate dinners to large corporate events, we bring quality and passion to every plate."
buttons={[
{
@@ -214,7 +214,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Oscars Bistro & Catering"
logoText="Welcome to the Oscars Bistro and Catering"
columns={[
{
title: "Navigation", items: [
@@ -235,7 +235,7 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2025 Oscar's Bistro & Catering. All rights reserved."
copyrightText="© 2025 Welcome to the Oscars Bistro and Catering. All rights reserved."
/>
</div>
</ReactLenis>