diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6c0373e..581d6e7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -53,85 +45,50 @@ export default function LandingPage() {
@@ -158,41 +115,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "1",
- name: "Classic Croissant",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/blue-plate-two-plain-fresh-croissants-stone-table_114579-36683.jpg",
- },
+ id: "1", name: "Classic Croissant", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/blue-plate-two-plain-fresh-croissants-stone-table_114579-36683.jpg"},
{
- id: "2",
- name: "Fresh Pastry",
- price: "$3.75",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg",
- },
+ id: "2", name: "Fresh Pastry", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-croissant-with-ham-cheese-butter-wooden-board-kitchen_613910-6448.jpg"},
{
- id: "3",
- name: "Signature Cappuccino",
- price: "$5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/cones-hot-chocolate-near-scarf-window_23-2147936834.jpg",
- },
+ id: "3", name: "Signature Cappuccino", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/cones-hot-chocolate-near-scarf-window_23-2147936834.jpg"},
{
- id: "4",
- name: "Cold Brew",
- price: "$4.75",
- imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_1203-2490.jpg",
- },
+ id: "4", name: "Cold Brew", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-glass_1203-2490.jpg"},
{
- id: "5",
- name: "Blueberry Muffin",
- price: "$4.00",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-panettone-assortment_23-2149173029.jpg",
- },
+ id: "5", name: "Blueberry Muffin", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-panettone-assortment_23-2149173029.jpg"},
{
- id: "6",
- name: "Double Espresso",
- price: "$3.50",
- imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-close-up_53876-75023.jpg",
- },
+ id: "6", name: "Double Espresso", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-close-up_53876-75023.jpg"},
]}
title="Artisan Selection"
description="Our signature menu features a variety of locally roasted beans and freshly baked goods."
@@ -201,44 +134,20 @@ export default function LandingPage() {