From b9b2cffd79b105d888ae280eb02547fb030aa6f7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 23:30:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 212 ++++++++--------------------------------------- 1 file changed, 33 insertions(+), 179 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02e82a5..bb9cda9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,69 +30,28 @@ export default function LandingPage() {
@@ -111,42 +70,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Sesame Classic", - price: "$4", - imageSrc: "http://img.b2bpic.net/free-photo/bagel-cup-tea-white-surface_114579-55142.jpg", - }, - { - id: "p2", - name: "Riviera Salmon", - price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/english-muffin-with-egg-breakfast_661915-43.jpg", - }, - { - id: "p3", - name: "Morning Classic Egg", - price: "$8", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bagels-flat-lay_23-2148516593.jpg", - }, - { - id: "p4", - name: "Garden Hummus", - price: "$9", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447816.jpg", - }, - { - id: "p5", - name: "Blueberry Bliss", - price: "$5", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-jam-breakfast_23-2148243513.jpg", - }, - { - id: "p6", - name: "Everything Riviera", - price: "$4", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg", - }, + { id: "p1", name: "Sesame Classic", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/bagel-cup-tea-white-surface_114579-55142.jpg" }, + { id: "p2", name: "Riviera Salmon", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/english-muffin-with-egg-breakfast_661915-43.jpg" }, + { id: "p3", name: "Morning Classic Egg", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-bagels-flat-lay_23-2148516593.jpg" }, + { id: "p4", name: "Garden Hummus", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colorful-hummus_23-2149447816.jpg" }, + { id: "p5", name: "Blueberry Bliss", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-croissants-jam-breakfast_23-2148243513.jpg" }, + { id: "p6", name: "Everything Riviera", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-half-fried-egg-bacon-salad-toast-gray-ceramic-plate_23-2148067161.jpg" }, ]} title="Handcrafted Daily Menu" description="Inspired by the coast and made with love every morning." @@ -155,21 +84,16 @@ export default function LandingPage() {
-- 2.49.1