Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ad689be5a | |||
| ab6aea6d22 | |||
| 5bda841e0e |
@@ -1,7 +1,8 @@
|
|||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "AMORA Café | Bolton's Favorite Dessert Café", description: "Fresh waffles, crepes, coffee, and desserts served daily in Bolton."};
|
title: "AMORA Café | Bolton's Favorite Dessert Café", description: "Fresh waffles, crepes, coffee, and desserts served daily in Bolton."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
title="AMORA Café"
|
title="Bolton's Favorite Dessert Café"
|
||||||
description="Fresh waffles, crepes, coffee, and desserts served daily. Experience cozy vibes and indulgent flavors that keep our customers coming back."
|
description="Fresh waffles, crepes, coffee, and desserts served daily. Experience cozy vibes and indulgent flavors that keep our customers coming back."
|
||||||
background={{ variant: "downward-rays-static" }}
|
background={{ variant: "downward-rays-static" }}
|
||||||
avatars={[
|
avatars={[
|
||||||
@@ -62,7 +62,7 @@ export default function HomePage() {
|
|||||||
{ text: "Call Now", href: "tel:(365)818-0043" },
|
{ text: "Call Now", href: "tel:(365)818-0043" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
ariaLabel="AMORA Café hero section"
|
ariaLabel="Bolton's Favorite Dessert Café hero section"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user