diff --git a/src/app/page.tsx b/src/app/page.tsx
index 113e76d..24b08a2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
@@ -58,33 +50,21 @@ export default function LandingPage() {
description="Expertly crafted coffee and a welcoming space where the community gathers. Visit us today and discover your new favorite coffee spot."
buttons={[
{
- text: "8200 Birchmount Rd unit M, Markham, ON L3R 5M6",
- href: "https://maps.google.com",
- },
+ text: "8200 Birchmount Rd unit M, Markham, ON L3R 5M6", href: "https://maps.google.com"},
]}
imageSrc="http://img.b2bpic.net/free-photo/boy-having-coffee-restaurant_23-2148172665.jpg"
showBlur={true}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2148395431.jpg",
- alt: "Group of friends meeting at restaurant",
- },
+ src: "http://img.b2bpic.net/free-photo/group-friends-meeting-restaurant_23-2148395431.jpg", alt: "Group of friends meeting at restaurant"},
{
- src: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-cafe_1303-25721.jpg",
- alt: "Young woman drinking tea in a cafe",
- },
+ src: "http://img.b2bpic.net/free-photo/young-woman-drinking-tea-cafe_1303-25721.jpg", alt: "Young woman drinking tea in a cafe"},
{
- src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg",
- alt: "Person in a cafe enjoying a book",
- },
+ src: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg", alt: "Person in a cafe enjoying a book"},
{
- src: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg",
- alt: "Coffee shop with people",
- },
+ src: "http://img.b2bpic.net/free-photo/coffee-shop-with-people_1162-118.jpg", alt: "Coffee shop with people"},
{
- src: "http://img.b2bpic.net/free-photo/cute-stylish-family-summer-city_1157-19949.jpg",
- alt: "Cute and stylish family in a summer city",
- },
+ src: "http://img.b2bpic.net/free-photo/cute-stylish-family-summer-city_1157-19949.jpg", alt: "Cute and stylish family in a summer city"},
]}
avatarText="Join our growing coffee community"
/>
@@ -97,19 +77,13 @@ export default function LandingPage() {
metrics={[
{
icon: Coffee,
- label: "Coffee Varietals",
- value: "15+",
- },
+ label: "Coffee Varietals", value: "15+"},
{
icon: Clock,
- label: "Hours Daily",
- value: "12",
- },
+ label: "Hours Daily", value: "12"},
{
icon: Users,
- label: "Local Community",
- value: "500+",
- },
+ label: "Local Community", value: "500+"},
]}
metricsAnimation="slide-up"
/>
@@ -123,41 +97,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Signature Espresso",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-is-serving-by-barista-partial-dark-room-shop_1150-6094.jpg",
- },
+ id: "p1", name: "Signature Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-is-serving-by-barista-partial-dark-room-shop_1150-6094.jpg"},
{
- id: "p2",
- name: "Artisan Pour Over",
- price: "$6.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-milk-coffee-with-roasted-beans_23-2148251666.jpg",
- },
+ id: "p2", name: "Artisan Pour Over", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-milk-coffee-with-roasted-beans_23-2148251666.jpg"},
{
- id: "p3",
- name: "Classic Cappuccino",
- price: "$5.25",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee-cup_23-2148865584.jpg",
- },
+ id: "p3", name: "Classic Cappuccino", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-milk-coffee-cup_23-2148865584.jpg"},
{
- id: "p4",
- name: "Cold Brew Special",
- price: "$5.75",
- imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg",
- },
+ id: "p4", name: "Cold Brew Special", price: "$5.75", imageSrc: "http://img.b2bpic.net/free-photo/cozy-cafe_1098-13854.jpg"},
{
- id: "p5",
- name: "Iced Matcha Latte",
- price: "$6.50",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-beans-grinder_53876-165382.jpg",
- },
+ id: "p5", name: "Iced Matcha Latte", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-beans-grinder_53876-165382.jpg"},
{
- id: "p6",
- name: "House Pastry Duo",
- price: "$8.00",
- imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cup-milky-coffee_114579-4398.jpg",
- },
+ id: "p6", name: "House Pastry Duo", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-cup-milky-coffee_114579-4398.jpg"},
]}
title="Menu Highlights"
description="Handpicked selection of artisan brews and refreshments."
@@ -166,42 +116,22 @@ export default function LandingPage() {