Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-15 21:17:09 +00:00

View File

@@ -56,7 +56,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={[
@@ -112,16 +112,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"
}
]}
/>