Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 19:49:53 +00:00

View File

@@ -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"