From 30c34cedffffdededde1ce28d4e2e2d7c244351c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:45:32 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index db46017..1e306d3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -32,7 +32,8 @@ export default function AboutPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Order Now", href: "/contact"}} + text: "Order Now", href: "/contact" + }} /> @@ -65,17 +66,20 @@ export default function AboutPage() { id: "1", name: "Sarah Johnson, Local Resident", date: "Date: 15 Jan 2025", title: "Cute setup, friendly staff, and delicious desserts", quote: "Cute setup, good food, friendly staff, and a great place to get some work done. The waffles are absolutely incredible!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", avatarAlt: "Sarah Johnson", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-belgian-waffle-with-almonds_23-2148468088.jpg?_wi=5", imageAlt: "Featured waffle"}, + "http://img.b2bpic.net/free-photo/close-up-belgian-waffle-with-almonds_23-2148468088.jpg?_wi=5", imageAlt: "Featured waffle" + }, { id: "2", name: "Michael Chen, Coffee Enthusiast", date: "Date: 12 Jan 2025", title: "Best café experience I've had", quote: "One of the best café experiences I've had. The attention to detail in their coffee preparation is remarkable, and the ambiance is perfect for both meetings and solo work.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", avatarAlt: "Michael Chen", imageSrc: - "http://img.b2bpic.net/free-photo/sweet-crepe-with-powder-strawberries_140725-1425.jpg?_wi=4", imageAlt: "Featured crepe"}, + "http://img.b2bpic.net/free-photo/sweet-crepe-with-powder-strawberries_140725-1425.jpg?_wi=4", imageAlt: "Featured crepe" + }, { id: "3", name: "Emma Rodriguez, Family", date: "Date: 8 Jan 2025", title: "Beautiful décor and delightful family outing", quote: "Beautiful décor, friendly service, and delicious desserts. We bring the whole family every weekend. It's become our favorite Sunday tradition!", tag: "Family Friendly", avatarSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", avatarAlt: "Emma Rodriguez", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-shot-fresh-natural-creamy-lemon-ice-cream-decorated-with-mint-served-dark-stone-slate-black-background-glossy-scoop-is-laying-nearby_639032-532.jpg?_wi=4", imageAlt: "Featured ice cream"}, + "http://img.b2bpic.net/free-photo/close-up-shot-fresh-natural-creamy-lemon-ice-cream-decorated-with-mint-served-dark-stone-slate-black-background-glossy-scoop-is-laying-nearby_639032-532.jpg?_wi=4", imageAlt: "Featured ice cream" + }, ]} /> @@ -110,7 +114,8 @@ export default function AboutPage() { { label: "Call Us", href: "tel:(365)818-0043" }, { label: "Email", href: "mailto:hello@amoracafe.ca" }, { - label: "Find Us", href: "https://maps.google.com/?q=14+Parr+Blvd+%237+Bolton+ON+L7E+4H1"}, + label: "Find Us", href: "https://maps.google.com/?q=14+Parr+Blvd+%237+Bolton+ON+L7E+4H1" + }, ], }, { @@ -133,4 +138,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} -- 2.49.1 From cd49a79afeb50d5c74e0858c91864a0aac7543bc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:45:33 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ad0ceed..3178bec 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -31,7 +31,8 @@ export default function ContactPage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Order Now", href: "/contact"}} + text: "Order Now", href: "/contact" + }} /> @@ -43,7 +44,8 @@ export default function ContactPage() { buttons={[ { text: "Call (365) 818-0043", href: "tel:(365)818-0043" }, { - text: "Get Directions", href: "https://maps.google.com/?q=14+Parr+Blvd+%237+Bolton+ON+L7E+4H1"}, + text: "Get Directions", href: "https://maps.google.com/?q=14+Parr+Blvd+%237+Bolton+ON+L7E+4H1" + }, ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false} @@ -97,7 +99,8 @@ export default function ContactPage() { { label: "Call Us", href: "tel:(365)818-0043" }, { label: "Email", href: "mailto:hello@amoracafe.ca" }, { - label: "Find Us", href: "https://maps.google.com/?q=14+Parr+Blvd+%237+Bolton+ON+L7E+4H1"}, + label: "Find Us", href: "https://maps.google.com/?q=14+Parr+Blvd+%237+Bolton+ON+L7E+4H1" + }, ], }, { @@ -120,4 +123,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} -- 2.49.1 From 4a5199919b37e24952cc409911e99de951666a05 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:45:33 +0000 Subject: [PATCH 3/4] Update src/app/layout.tsx --- src/app/layout.tsx | 60 +++++----------------------------------------- 1 file changed, 6 insertions(+), 54 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fa38b1c..9c4ded9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,63 +1,16 @@ import type { Metadata } from "next"; -import { Montserrat, Inter } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const montserrat = Montserrat({ - variable: "--font-montserrat", - subsets: ["latin"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); export const metadata: Metadata = { - title: "AMORA Café - Best Dessert Café in Bolton, ON", - description: "Discover AMORA Café in Bolton, Ontario. Fresh waffles, crepes, premium coffee, and gourmet desserts. Rated 4.7★ with 676+ reviews. Visit us today!", - keywords: "dessert café Bolton, waffles Bolton, crepes Bolton, coffee shop Bolton, café Ontario, desserts near me", - robots: { - index: true, - follow: true, - }, - openGraph: { - title: "AMORA Café - Bolton's Favorite Dessert Café", - description: "Fresh waffles, crepes, coffee, and desserts served daily. Experience cozy vibes and indulgent flavors.", - type: "website", - siteName: "AMORA Café", - images: [ - { - url: "http://img.b2bpic.net/free-photo/crumbles-chocholate-tasty-dessert-with-biscuit-top-wooden-table-near-delicious-coffee-mini-cake-baked-after-traditional-recipe_482257-19880.jpg", - alt: "dessert cafe pastries waffles coffee shop interior", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "AMORA Café - Bolton's Favorite Dessert Café", - description: "Fresh waffles, crepes, coffee, and desserts served daily.", - images: [ - "http://img.b2bpic.net/free-photo/crumbles-chocholate-tasty-dessert-with-biscuit-top-wooden-table-near-delicious-coffee-mini-cake-baked-after-traditional-recipe_482257-19880.jpg", - ], - }, -}; + title: "AMORA Café | Bolton's Favorite Dessert Café", description: "Fresh waffles, crepes, coffee, and desserts served daily in Bolton."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + + {children}