Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-26 18:12:23 +00:00

View File

@@ -74,8 +74,8 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{ id: "1", name: "Chicken Over Rice", price: "$9.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUfbPElW8fbIUU8XvbO2YDHWhS/a-delicious-platter-of-lamb-over-rice-wi-1774548681622-c17be17e.png" },
{ id: "2", name: "Lamb Over Rice", price: "$10.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUfbPElW8fbIUU8XvbO2YDHWhS/a-delicious-platter-of-lamb-over-rice-wi-1774548681622-c17be17e.png" },
{ id: "1", name: "Chicken Over Rice", price: "$9.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUfbPElW8fbIUU8XvbO2YDHWhS/a-delicious-platter-of-lamb-over-rice-wi-1774548681622-c17be17e.png?_wi=1" },
{ id: "2", name: "Lamb Over Rice", price: "$10.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUfbPElW8fbIUU8XvbO2YDHWhS/a-delicious-platter-of-lamb-over-rice-wi-1774548681622-c17be17e.png?_wi=2" },
{ id: "3", name: "Gyros", price: "$8.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUfbPElW8fbIUU8XvbO2YDHWhS/classic-gyros-sandwich-wrapped-in-pita-b-1774548683133-a848b4f4.png" },
{ id: "4", name: "Philly Cheesesteak", price: "$9.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUfbPElW8fbIUU8XvbO2YDHWhS/a-hearty-philly-cheesesteak-sandwich-clo-1774548681246-e36480b8.png" },
]}