diff --git a/src/app/page.tsx b/src/app/page.tsx
index dc3628b..3ea7ec9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,26 +29,11 @@ export default function LandingPage() {
@@ -56,64 +41,26 @@ export default function LandingPage() {
@@ -138,41 +85,11 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "iced-latte",
- name: "Iced Latte",
- price: "$5.50",
- imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-splashing-glass_84443-83671.jpg",
- imageAlt: "iced latte glass coffee drink",
- },
- {
- id: "bagel",
- name: "Toasted Bagel",
- price: "$4.00",
- imageSrc: "http://img.b2bpic.net/free-photo/ripe-orange-cut-into-slices-with-blueberries-gypsophila-flower-colored-backdrop_23-2148103671.jpg",
- imageAlt: "fresh toasted bagel cream cheese",
- },
- {
- id: "croissant",
- name: "Croissant",
- price: "$4.25",
- imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-croissants_114579-12761.jpg",
- imageAlt: "buttery fresh croissant pastry",
- },
- {
- id: "hot-coffee",
- name: "Hot Drip",
- price: "$3.00",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-frappe-assortment-white-table_23-2148623244.jpg",
- imageAlt: "iced latte glass coffee drink",
- },
- {
- id: "boba",
- name: "Boba Tea",
- price: "$6.00",
- imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee_1339-3412.jpg",
- imageAlt: "iced latte glass coffee drink",
- },
+ { id: "iced-latte", name: "Iced Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-splashing-glass_84443-83671.jpg", imageAlt: "iced latte glass coffee drink" },
+ { id: "bagel", name: "Toasted Bagel", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/ripe-orange-cut-into-slices-with-blueberries-gypsophila-flower-colored-backdrop_23-2148103671.jpg", imageAlt: "fresh toasted bagel cream cheese" },
+ { id: "croissant", name: "Croissant", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-croissants_114579-12761.jpg", imageAlt: "buttery fresh croissant pastry" },
+ { id: "hot-coffee", name: "Hot Drip", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-frappe-assortment-white-table_23-2148623244.jpg", imageAlt: "iced latte glass coffee drink" },
+ { id: "boba", name: "Boba Tea", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/ice-coffee_1339-3412.jpg", imageAlt: "iced latte glass coffee drink" },
]}
title="Most Popular"
description="Try our community favorites today."
@@ -181,6 +98,12 @@ export default function LandingPage() {