diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 912160d..c4524ab 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -42,13 +42,13 @@ export default function MenuPage() { console.log("Product clicked"), + id: "5", name: "Classic Egg Waffle", price: "$9.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3357bs&_wi=2", imageAlt: "Classic egg waffle", onProductClick: () => console.log("Product clicked"), }, { - id: "6", name: "Strawberry Bingsu", price: "$12.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2xby32", imageAlt: "Strawberry bingsu", onProductClick: () => console.log("Product clicked"), + id: "6", name: "Strawberry Bingsu", price: "$12.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2xby32&_wi=2", imageAlt: "Strawberry bingsu", onProductClick: () => console.log("Product clicked"), }, { - id: "7", name: "Iced Latte Special", price: "$7.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0ne0sk", imageAlt: "Iced specialty latte", onProductClick: () => console.log("Product clicked"), + id: "7", name: "Iced Latte Special", price: "$7.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0ne0sk&_wi=2", imageAlt: "Iced specialty latte", onProductClick: () => console.log("Product clicked"), }, ]} title="Menu Highlights" @@ -72,16 +72,16 @@ export default function MenuPage() { console.log("Product clicked"), + id: "1", name: "Crispy Egg Waffle", price: "$9.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s7l4xs&_wi=2", imageAlt: "Egg waffle with toppings", onProductClick: () => console.log("Product clicked"), }, { - id: "2", name: "Refreshing Bingsu", price: "$10.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i8bhwl", imageAlt: "Korean shaved ice bingsu", onProductClick: () => console.log("Product clicked"), + id: "2", name: "Refreshing Bingsu", price: "$10.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i8bhwl&_wi=2", imageAlt: "Korean shaved ice bingsu", onProductClick: () => console.log("Product clicked"), }, { - id: "3", name: "Ice Cream Waffle", price: "$11.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=53fo76", imageAlt: "Ice cream waffle cone", onProductClick: () => console.log("Product clicked"), + id: "3", name: "Ice Cream Waffle", price: "$11.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=53fo76&_wi=2", imageAlt: "Ice cream waffle cone", onProductClick: () => console.log("Product clicked"), }, { - id: "4", name: "Specialty Drinks", price: "$6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x884tc", imageAlt: "Colorful specialty beverages", onProductClick: () => console.log("Product clicked"), + id: "4", name: "Specialty Drinks", price: "$6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x884tc&_wi=2", imageAlt: "Colorful specialty beverages", onProductClick: () => console.log("Product clicked"), }, ]} title="Our Signature Desserts" diff --git a/src/app/page.tsx b/src/app/page.tsx index 7902829..d851150 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,13 +79,13 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Crispy Egg Waffle", price: "$9.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s7l4xs", imageAlt: "Egg waffle with toppings"}, + id: "1", name: "Crispy Egg Waffle", price: "$9.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=s7l4xs&_wi=1", imageAlt: "Egg waffle with toppings"}, { - id: "2", name: "Refreshing Bingsu", price: "$10.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i8bhwl", imageAlt: "Korean shaved ice bingsu"}, + id: "2", name: "Refreshing Bingsu", price: "$10.00", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i8bhwl&_wi=1", imageAlt: "Korean shaved ice bingsu"}, { - id: "3", name: "Ice Cream Waffle", price: "$11.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=53fo76", imageAlt: "Ice cream waffle cone"}, + id: "3", name: "Ice Cream Waffle", price: "$11.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=53fo76&_wi=1", imageAlt: "Ice cream waffle cone"}, { - id: "4", name: "Specialty Drinks", price: "$6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x884tc", imageAlt: "Colorful specialty beverages"}, + id: "4", name: "Specialty Drinks", price: "$6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=x884tc&_wi=1", imageAlt: "Colorful specialty beverages"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -127,13 +127,13 @@ export default function HomePage() {