Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf712661d2 | |||
| e151ce0e7e | |||
| 67a7581bb8 |
1386
src/app/layout.tsx
1386
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user