From 2b95cb1c06f7fca1845bacff9adae0e5b3d58512 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:49:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99c1fd9..cca2fe2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,16 +86,16 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Classic Chocolate Chip", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/cookies-bitter-chocolate-bar-with-oriental-spices_114579-4625.jpg?_wi=2", imageAlt: "Classic chocolate chip cookie" + id: "1", name: "Classic Chocolate Chip", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/cookies-bitter-chocolate-bar-with-oriental-spices_114579-4625.jpg?_wi=2", imageAlt: "Classic chocolate chip cookie" }, { - id: "2", name: "Vanilla Bean", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cookies_23-2148628358.jpg?_wi=2", imageAlt: "Vanilla bean cookie" + id: "2", name: "Vanilla Bean", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cookies_23-2148628358.jpg?_wi=2", imageAlt: "Vanilla bean cookie" }, { - id: "3", name: "Double Chocolate", price: "$5.49", imageSrc: "http://img.b2bpic.net/free-photo/plate-sweeties-two-cakes-biscuits-with-cinnamon_114579-5775.jpg?_wi=2", imageAlt: "Double chocolate cookie" + id: "3", name: "Double Chocolate", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-sweeties-two-cakes-biscuits-with-cinnamon_114579-5775.jpg?_wi=2", imageAlt: "Double chocolate cookie" }, { - id: "4", name: "Peanut Butter", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/chopped-minced-oatmeal-cookies-stock_114579-23287.jpg?_wi=2", imageAlt: "Peanut butter cookie" + id: "4", name: "Peanut Butter", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/chopped-minced-oatmeal-cookies-stock_114579-23287.jpg?_wi=2", imageAlt: "Peanut butter cookie" } ]} gridVariant="two-columns-alternating-heights" -- 2.49.1