Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8679e6ec6a | |||
| 8ad689be5a | |||
| ab6aea6d22 | |||
| 5bda841e0e |
@@ -1,7 +1,8 @@
|
||||
import type { Metadata } from "next";
|
||||
|
||||
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({
|
||||
children,
|
||||
|
||||
@@ -42,7 +42,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<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."
|
||||
background={{ variant: "downward-rays-static" }}
|
||||
avatars={[
|
||||
@@ -62,7 +62,7 @@ export default function HomePage() {
|
||||
{ text: "Call Now", href: "tel:(365)818-0043" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="AMORA Café hero section"
|
||||
ariaLabel="Bolton's Favorite Dessert Café hero section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user