3 Commits

Author SHA1 Message Date
cf712661d2 Update src/app/page.tsx 2026-03-08 18:27:52 +00:00
e151ce0e7e Update src/app/layout.tsx 2026-03-08 18:27:52 +00:00
67a7581bb8 Merge version_2 into main
Merge version_2 into main
2026-03-08 18:25:52 +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" imageAlt="Warm and welcoming Eats Bakery interior"
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ text: "Learn More", href: "#quality" } { text: "Reserve a Table", href: "#quality" }
]} ]}
/> />
</div> </div>
@@ -81,7 +81,7 @@ export default function LandingPage() {
<div id="menu" data-section="menu"> <div id="menu" data-section="menu">
<FeatureBento <FeatureBento
title="Signature Favorites" 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" tag="Our Menu"
tagIcon={Sparkles} tagIcon={Sparkles}
textboxLayout="default" textboxLayout="default"
@@ -265,4 +265,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }