4 Commits

Author SHA1 Message Date
8679e6ec6a Merge version_3 into main
Merge version_3 into main
2026-03-05 02:49:06 +00:00
8ad689be5a Update src/app/page.tsx 2026-03-05 02:49:02 +00:00
ab6aea6d22 Update src/app/layout.tsx 2026-03-05 02:49:01 +00:00
5bda841e0e Merge version_2 into main
Merge version_2 into main
2026-03-05 02:45:37 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -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,

View File

@@ -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>