Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
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"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user