diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b086cc..78bccc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Call (447) 448-8262", href: "tel:(447) 448-8262" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/spring-rolls-with-sauce_1258-288.jpg" + imageSrc="http://img.b2bpic.net/free-photo/spring-rolls-with-sauce_1258-288.jpg?_wi=1" imageAlt="Golden crispy lumpia spring rolls platter" mediaAnimation="blur-reveal" testimonials={[ @@ -111,16 +111,16 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "lumpia", name: "Lumpia (Spring Rolls)", price: "$8-12", variant: "Pork, Shrimp, or Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/spring-rolls-with-sauce_1258-288.jpg", imageAlt: "Golden crispy lumpia spring rolls" + id: "lumpia", name: "Lumpia (Spring Rolls)", price: "$8-12", variant: "Pork, Shrimp, or Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/spring-rolls-with-sauce_1258-288.jpg?_wi=2", imageAlt: "Golden crispy lumpia spring rolls" }, { - id: "adobo", name: "Pork Adobo", price: "$14", variant: "Tender pork in savory soy-vinegar sauce", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sweet-ripe-tamarind-dark-surface_1150-41891.jpg", imageAlt: "Filipino pork adobo with sauce" + id: "adobo", name: "Pork Adobo", price: "$14", variant: "Tender pork in savory soy-vinegar sauce", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sweet-ripe-tamarind-dark-surface_1150-41891.jpg?_wi=1", imageAlt: "Filipino pork adobo with sauce" }, { - id: "lechon", name: "Crispy Lechon", price: "$16", variant: "Roasted pork belly with liver sauce", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sweet-ripe-tamarind-dark-surface_1150-41891.jpg", imageAlt: "Crispy pork belly lechon" + id: "lechon", name: "Crispy Lechon", price: "$16", variant: "Roasted pork belly with liver sauce", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sweet-ripe-tamarind-dark-surface_1150-41891.jpg?_wi=2", imageAlt: "Crispy pork belly lechon" }, { - id: "sinigang", name: "Sinigang", price: "$12", variant: "Pork soup with tamarind and vegetables", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sweet-ripe-tamarind-dark-surface_1150-41891.jpg", imageAlt: "Sinigang traditional Filipino soup" + id: "sinigang", name: "Sinigang", price: "$12", variant: "Pork soup with tamarind and vegetables", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sweet-ripe-tamarind-dark-surface_1150-41891.jpg?_wi=3", imageAlt: "Sinigang traditional Filipino soup" } ]} />