diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a21c5a..76e7ad1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,9 +74,9 @@ export default function LandingPage() { textboxLayout="split-description" useInvertedBackground={false} features={[ - { id: "t1", title: "Birria", tags: ["Authentic", "House Specialty"], imageSrc: "http://img.b2bpic.net/free-photo/tasty-cooked-food_209848-107.jpg" }, - { id: "t2", title: "Huarache", tags: ["Classic", "Hearty"], imageSrc: "http://img.b2bpic.net/free-photo/tasty-cooked-food_209848-107.jpg" }, - { id: "t3", title: "Quesadillas", tags: ["Comfort", "Handmade"], imageSrc: "http://img.b2bpic.net/free-photo/tasty-cooked-food_209848-107.jpg" }, + { id: "t1", title: "Birria", tags: ["Authentic", "House Specialty"], imageSrc: "http://img.b2bpic.net/free-photo/tasty-cooked-food_209848-107.jpg?_wi=1" }, + { id: "t2", title: "Huarache", tags: ["Classic", "Hearty"], imageSrc: "http://img.b2bpic.net/free-photo/tasty-cooked-food_209848-107.jpg?_wi=2" }, + { id: "t3", title: "Quesadillas", tags: ["Comfort", "Handmade"], imageSrc: "http://img.b2bpic.net/free-photo/tasty-cooked-food_209848-107.jpg?_wi=3" }, ]} title="Menu Highlights" description="Discover our signature dishes, crafted with traditional techniques and the freshest ingredients."