4 Commits

Author SHA1 Message Date
44a93be417 Merge version_3 into main
Merge version_3 into main
2026-03-08 18:27:56 +00:00
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"
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>
);
}
}