diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5e4fc19..eb9eee8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,20 +42,12 @@ export default function LandingPage() {
@@ -90,211 +70,71 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Classic Croissant",
- price: "$4.50",
- imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg?_wi=1",
- },
- {
- id: "p2",
- name: "Almond Danish",
- price: "$5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-butter-croissants-display-cafe_53876-121720.jpg?_wi=1",
- },
- {
- id: "p3",
- name: "Single Origin Pour Over",
- price: "$6.00",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304458.jpg?_wi=1",
- },
- {
- id: "p4",
- name: "Iced Oat Milk Latte",
- price: "$6.50",
- imageSrc: "http://img.b2bpic.net/free-photo/iced-cappuccino_1339-1610.jpg",
- },
- {
- id: "p5",
- name: "Lemon Poppyseed Cake",
- price: "$5.50",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sweets-plate_23-2149192047.jpg",
- },
- {
- id: "p6",
- name: "Cappuccino",
- price: "$5.00",
- imageSrc: "http://img.b2bpic.net/free-photo/bar-still-life-with-cakes-table_23-2147821330.jpg",
- },
+ { id: "p1", name: "Classic Croissant", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-hot-coffee-cafe_53876-88441.jpg?_wi=1" },
+ { id: "p2", name: "Almond Danish", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-butter-croissants-display-cafe_53876-121720.jpg?_wi=1" },
+ { id: "p3", name: "Pour Over", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-enjoying-food_23-2149304458.jpg?_wi=1" },
+ { id: "p4", name: "Oat Latte", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/iced-cappuccino_1339-1610.jpg" }
]}
- title="Our Menu"
- description="Delicious coffee and house-made pastries."
+ title="Menu"
+ description="Our artisanal selection."
/>