Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-03-08 18:27:56 +00:00
2 changed files with 1389 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -73,7 +73,7 @@ export default function LandingPage() {
imageAlt="Warm and welcoming Eats Bakery interior"
useInvertedBackground={false}
buttons={[
{ text: "Learn More", href: "#quality" }
{ text: "Reserve a Table", href: "#quality" }
]}
/>
</div>
@@ -81,7 +81,7 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<FeatureBento
title="Signature Favorites"
description="Hand-baked daily using only premium ingredients — no shortcuts, no compromises. Discover the handcrafted items that keep our community coming back. Each creation reflects our commitment to quality, bold flavors, and authentic baking traditions."
description="Discover the handcrafted items that keep our community coming back. Each creation reflects our commitment to quality, bold flavors, and authentic baking traditions."
tag="Our Menu"
tagIcon={Sparkles}
textboxLayout="default"
@@ -265,4 +265,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}