Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-24 20:50:15 +00:00

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
href: "#products",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/plate-biscuits-book_114579-6931.jpg"
imageSrc="http://img.b2bpic.net/free-photo/plate-biscuits-book_114579-6931.jpg?_wi=1"
/>
</div>
@@ -103,7 +103,7 @@ export default function LandingPage() {
id: "p1",
name: "Classic Choco Chunk",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chip-cookies-with-cereals-nuts-cocoa-wooden_141793-6341.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chip-cookies-with-cereals-nuts-cocoa-wooden_141793-6341.jpg?_wi=1",
},
{
id: "p2",
@@ -160,7 +160,7 @@ export default function LandingPage() {
description: "Baked every morning at 4 AM.",
bentoComponent: "reveal-icon",
icon: Clock,
imageSrc: "http://img.b2bpic.net/free-photo/plate-biscuits-book_114579-6931.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/plate-biscuits-book_114579-6931.jpg?_wi=2",
imageAlt: "Cookies on a platter next to a cup of tea on a burlap, on the marble.",
},
{
@@ -168,7 +168,7 @@ export default function LandingPage() {
description: "Real food, real ingredients, real joy.",
bentoComponent: "reveal-icon",
icon: ShieldCheck,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chip-cookies-with-cereals-nuts-cocoa-wooden_141793-6341.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-chip-cookies-with-cereals-nuts-cocoa-wooden_141793-6341.jpg?_wi=2",
imageAlt: "Cookies on a platter next to a cup of tea on a burlap, on the marble.",
},
]}