Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92dce30363 | |||
| 1c96fe9916 | |||
| e9593393d0 | |||
| 290ae11ef4 |
@@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google";
|
|||||||
|
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: 'Village Green Convenience | Your Neighborhood Spot',
|
title: 'Village Green Convenience',
|
||||||
description: 'Snacks, essentials, and everyday luxury — right in your neighborhood.',
|
description: 'Your go-to spot for quick stops, late-night snacks, and everyday essentials in Scarborough.',
|
||||||
openGraph: {
|
openGraph: {
|
||||||
"title": "Village Green Convenience",
|
"title": "Village Green Convenience",
|
||||||
"description": "Neighborhood convenience, upgraded.",
|
"description": "Neighborhood convenience, upgraded.",
|
||||||
|
|||||||
@@ -68,9 +68,9 @@ export default function Page() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Drinks", price: "From $2.99", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/people-clanging-bottles-beer_23-2147935836.jpg" },
|
{ id: "p1", name: "Energy & Juice", price: "$2.99", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/people-clanging-bottles-beer_23-2147935836.jpg" },
|
||||||
{ id: "p2", name: "Snacks", price: "From $1.99", variant: "New", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sandwich-chips_23-2148454776.jpg" },
|
{ id: "p2", name: "Snacks", price: "$1.99", variant: "New", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-sandwich-chips_23-2148454776.jpg" },
|
||||||
{ id: "p3", name: "Essentials", price: "From $3.49", variant: "Pick", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breads-as-black-seeded-baguette-basket-plaid-cloth-wooden-surface-with-copy-space_141793-11330.jpg" }
|
{ id: "p3", name: "Essentials", price: "$3.49", variant: "Pick", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breads-as-black-seeded-baguette-basket-plaid-cloth-wooden-surface-with-copy-space_141793-11330.jpg" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -88,7 +88,7 @@ export default function Page() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
tag="Visit Us"
|
tag="Visit Us"
|
||||||
title="Located in Your Backyard"
|
title="Located in Your Backyard"
|
||||||
description="Find us at 123 Village Lane, open daily from 7 AM to 11 PM."
|
description="Find us at 125 Village Green Square unit 117, Scarborough, ON M1S 0G5, open daily from 7 AM to 11 PM."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttonText="Get Directions"
|
buttonText="Get Directions"
|
||||||
|
|||||||
Reference in New Issue
Block a user