Merge version_4 into main #12
@@ -28,7 +28,7 @@ export default function CheckoutPage() {
|
||||
const [cartItems, setCartItems] = useState<CartItem[]>([
|
||||
{
|
||||
id: "tres-leches", name: "Tarta Tres Leches", price: "€6.50", quantity: 1,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500286117-4ambvo9k.png", imageAlt: "Tres Leches cake slice"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500286117-4ambvo9k.png?_wi=2", imageAlt: "Tres Leches cake slice"
|
||||
},
|
||||
{
|
||||
id: "specialty-coffee", name: "Frappuccino de Galleta", price: "€3.50", quantity: 2,
|
||||
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "tres-leches", name: "Tarta Tres Leches", price: "€6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500286117-4ambvo9k.png", imageAlt: "Tres Leches cake slice - our signature dessert", initialQuantity: 1
|
||||
id: "tres-leches", name: "Tarta Tres Leches", price: "€6.50", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AwJRpdoUBlhmoBlz25LKt9jMJl/uploaded-1773500286117-4ambvo9k.png?_wi=1", imageAlt: "Tres Leches cake slice - our signature dessert", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "palmeritas", name: "Palmeritas", price: "€3.00", imageSrc: "http://img.b2bpic.net/free-photo/traditional-cinnamon-rolls-dough-preparation-homemade-sweet-rolls_127032-2506.jpg?_wi=1", imageAlt: "Crispy Palmeritas pastry", initialQuantity: 1
|
||||
|
||||
Reference in New Issue
Block a user