Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7242cc0880 | |||
| 4a5199919b | |||
| cd49a79afe | |||
| 30c34cedff | |||
| 8b8831e466 | |||
| c8775e04cd | |||
| 969a444303 |
@@ -32,7 +32,8 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now", href: "/contact"}}
|
||||
text: "Order Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,8 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now", href: "/contact"}}
|
||||
text: "Order Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${montserrat.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1425,7 +1378,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,22 +35,26 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Order Now", href: "/contact"}}
|
||||
text: "Order Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
title="Bolton's Favorite Dessert Café"
|
||||
title="AMORA 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={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Happy customer 1"},
|
||||
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Happy customer 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Happy customer 2"},
|
||||
src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Happy customer 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Happy customer 3"},
|
||||
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Happy customer 3"
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 676+ 5-star reviews"
|
||||
buttons={[
|
||||
@@ -74,16 +78,20 @@ export default function HomePage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Banana Hazelnut Waffle", price: "$12.99", variant: "Fresh Bananas, Hazelnut Spread", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-belgian-waffle-with-almonds_23-2148468088.jpg?_wi=1", imageAlt: "Banana Hazelnut Waffle"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-belgian-waffle-with-almonds_23-2148468088.jpg?_wi=1", imageAlt: "Banana Hazelnut Waffle"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Strawberry Banana Crepe", price: "$11.99", variant: "Fresh Strawberries, Nutella", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/sweet-crepe-with-powder-strawberries_140725-1425.jpg?_wi=1", imageAlt: "Strawberry Banana Crepe"},
|
||||
"http://img.b2bpic.net/free-photo/sweet-crepe-with-powder-strawberries_140725-1425.jpg?_wi=1", imageAlt: "Strawberry Banana Crepe"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Caramel Latte", price: "$6.99", variant: "Espresso, Caramel Drizzle", 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=1", imageAlt: "Caramel Latte"},
|
||||
"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=1", imageAlt: "Caramel Latte"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Turkish Coffee", price: "$5.99", variant: "Traditional Brew, Cardamom Spice", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-belgian-waffle-with-almonds_23-2148468088.jpg?_wi=2", imageAlt: "Turkish Coffee"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-belgian-waffle-with-almonds_23-2148468088.jpg?_wi=2", imageAlt: "Turkish Coffee"
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "View Full Menu", href: "/menu" }]}
|
||||
/>
|
||||
@@ -118,32 +126,38 @@ export default function HomePage() {
|
||||
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=3", imageAlt: "Featured waffle"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-belgian-waffle-with-almonds_23-2148468088.jpg?_wi=3", 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=2", imageAlt: "Featured crepe"},
|
||||
"http://img.b2bpic.net/free-photo/sweet-crepe-with-powder-strawberries_140725-1425.jpg?_wi=2", 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=2", 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=2", imageAlt: "Featured ice cream"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim, Student", date: "Date: 5 Jan 2025", title: "Perfect study spot with amazing treats", quote:
|
||||
"The perfect study spot with amazing treats. Strong WiFi, comfortable seating, and the staff always remembers my order. This place is incredible!", tag: "Regular", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-man-woman-smiling-against-backdrop-jewelry-store-copy-space-with-joyful-scene-choosing-gifts-anniversary-christmas_166373-8861.jpg", avatarAlt: "David Kim", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-belgian-waffle-with-almonds_23-2148468088.jpg?_wi=4", imageAlt: "Featured waffle"},
|
||||
"http://img.b2bpic.net/free-photo/close-up-belgian-waffle-with-almonds_23-2148468088.jpg?_wi=4", imageAlt: "Featured waffle"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Martinez, Couple", date: "Date: 2 Jan 2025", title: "Perfect for a romantic dessert date", quote:
|
||||
"Perfect for a romantic dessert date. The crepes are exquisite, the presentation is beautiful, and the service is impeccable. Highly recommend!", tag: "Date Night", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", avatarAlt: "Jessica Martinez", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/sweet-crepe-with-powder-strawberries_140725-1425.jpg?_wi=3", imageAlt: "Featured crepe"},
|
||||
"http://img.b2bpic.net/free-photo/sweet-crepe-with-powder-strawberries_140725-1425.jpg?_wi=3", imageAlt: "Featured crepe"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Taylor, Local Business Owner", date: "Date: 28 Dec 2024", title: "Community gem in Bolton", quote:
|
||||
"A true community gem in Bolton. I host my business meetings here regularly. The quality of food and service is consistently outstanding.", tag: "Business Client", avatarSrc:
|
||||
"http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", avatarAlt: "Robert Taylor", 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=3", 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=3", imageAlt: "Featured ice cream"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -156,7 +170,8 @@ export default function HomePage() {
|
||||
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}
|
||||
@@ -179,7 +194,8 @@ export default function HomePage() {
|
||||
{ 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"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -202,4 +218,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user