Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-16 04:07:52 +00:00

View File

@@ -80,7 +80,7 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "steak-pie", name: "Steak Pie", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pies-sliced-with-red-berries_140725-85292.jpg", imageAlt: "Traditional steak pie"
id: "steak-pie", name: "Steak Pie", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pies-sliced-with-red-berries_140725-85292.jpg?_wi=1", imageAlt: "Traditional steak pie"
},
{
id: "coffee", name: "Café Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093800.jpg", imageAlt: "Café Latte with pastry"
@@ -89,7 +89,7 @@ export default function LandingPage() {
id: "sandwich", name: "Meat & Salad Sandwich", price: "$8.80", imageSrc: "http://img.b2bpic.net/free-photo/sliced-bread-with-cheese-sausages-inside_140725-6336.jpg", imageAlt: "Fresh meat and salad sandwich"
},
{
id: "sausage-roll", name: "Sausage Roll", price: "$4.90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pies-sliced-with-red-berries_140725-85292.jpg", imageAlt: "Golden sausage roll"
id: "sausage-roll", name: "Sausage Roll", price: "$4.90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pies-sliced-with-red-berries_140725-85292.jpg?_wi=2", imageAlt: "Golden sausage roll"
}
]}
gridVariant="three-columns-all-equal-width"