Update src/app/about/page.tsx

This commit is contained in:
2026-03-05 02:45:32 +00:00
parent 8b8831e466
commit 30c34cedff

View File

@@ -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>
);
}
}