Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-24 15:46:14 +00:00

View File

@@ -61,16 +61,16 @@ export default function LandingPage() {
imageSrc: "https://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "A steaming cup of premium coffee served in a rustic ceramic mug"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/coffee-cup-with-grinded-coffee-coffee-beans-spices-cookies-side-view-wooden-grunge-background_176474-64401.jpg", imageAlt: "Coffee setup with beans and spices"
imageSrc: "https://img.b2bpic.net/free-photo/coffee-cup-with-grinded-coffee-coffee-beans-spices-cookies-side-view-wooden-grunge-background_176474-64401.jpg?_wi=1", imageAlt: "Coffee setup with beans and spices"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg", imageAlt: "Coffee beans in glass jar"
imageSrc: "https://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg?_wi=1", imageAlt: "Coffee beans in glass jar"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/close-up-coffee-kettle-with-roasted-beans_23-2148337161.jpg", imageAlt: "Coffee kettle with roasted beans"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-coffee-kettle-with-roasted-beans_23-2148337161.jpg?_wi=1", imageAlt: "Coffee kettle with roasted beans"
},
{
imageSrc: "https://img.b2bpic.net/free-photo/close-up-view-barista-hands-making-drip-coffee_197531-32447.jpg", imageAlt: "Barista making drip coffee"
imageSrc: "https://img.b2bpic.net/free-photo/close-up-view-barista-hands-making-drip-coffee_197531-32447.jpg?_wi=1", imageAlt: "Barista making drip coffee"
}
]}
/>
@@ -135,16 +135,16 @@ export default function LandingPage() {
<ProductCardThree
products={[
{
id: "single-origin-ethiopia", name: "Single Origin Ethiopia", price: "$14.99", imageSrc: "https://img.b2bpic.net/free-photo/coffee-cup-with-grinded-coffee-coffee-beans-spices-cookies-side-view-wooden-grunge-background_176474-64401.jpg", imageAlt: "Rich dark roast coffee beans from Ethiopia", initialQuantity: 1
id: "single-origin-ethiopia", name: "Single Origin Ethiopia", price: "$14.99", imageSrc: "https://img.b2bpic.net/free-photo/coffee-cup-with-grinded-coffee-coffee-beans-spices-cookies-side-view-wooden-grunge-background_176474-64401.jpg?_wi=2", imageAlt: "Rich dark roast coffee beans from Ethiopia", initialQuantity: 1
},
{
id: "colombian-medium-roast", name: "Colombian Medium Roast", price: "$13.99", imageSrc: "https://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg", imageAlt: "Smooth medium roast Colombian coffee beans", initialQuantity: 1
id: "colombian-medium-roast", name: "Colombian Medium Roast", price: "$13.99", imageSrc: "https://img.b2bpic.net/free-photo/coffee-beans-glass-jar-black-background-closeup-selective-focus-vertical-frame-roasting-preparing-coffee-vertical-frame_166373-2289.jpg?_wi=2", imageAlt: "Smooth medium roast Colombian coffee beans", initialQuantity: 1
},
{
id: "guatemalan-dark-roast", name: "Guatemalan Dark Roast", price: "$15.99", imageSrc: "https://img.b2bpic.net/free-photo/close-up-coffee-kettle-with-roasted-beans_23-2148337161.jpg", imageAlt: "Bold dark roast Guatemalan coffee beans", initialQuantity: 1
id: "guatemalan-dark-roast", name: "Guatemalan Dark Roast", price: "$15.99", imageSrc: "https://img.b2bpic.net/free-photo/close-up-coffee-kettle-with-roasted-beans_23-2148337161.jpg?_wi=2", imageAlt: "Bold dark roast Guatemalan coffee beans", initialQuantity: 1
},
{
id: "kenyan-light-roast", name: "Kenyan Light Roast", price: "$16.99", imageSrc: "https://img.b2bpic.net/free-photo/close-up-view-barista-hands-making-drip-coffee_197531-32447.jpg", imageAlt: "Bright light roast Kenyan coffee beans", initialQuantity: 1
id: "kenyan-light-roast", name: "Kenyan Light Roast", price: "$16.99", imageSrc: "https://img.b2bpic.net/free-photo/close-up-view-barista-hands-making-drip-coffee_197531-32447.jpg?_wi=2", imageAlt: "Bright light roast Kenyan coffee beans", initialQuantity: 1
}
]}
gridVariant="three-columns-all-equal-width"