diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ecce3f..05eac88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,8 +48,8 @@ export default function LandingPage() { buttons={[{ text: "Book Your Table Now", href: "#contact" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/top-view-people-holding-drinks_23-2150124821.jpg", imageAlt: "Ember & Spice Atmosphere" }, - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232209.jpg", imageAlt: "Culinary Artistry" }, - { imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-slice-syrup-dried-figs_141793-1202.jpg", imageAlt: "Signature Dish" } + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232209.jpg?_wi=1", imageAlt: "Culinary Artistry" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-slice-syrup-dried-figs_141793-1202.jpg?_wi=1", imageAlt: "Signature Dish" } ]} mediaAnimation="slide-up" /> @@ -63,7 +63,7 @@ export default function LandingPage() { description="At Ember & Spice, we believe fusion is more than just combining ingredients—it's about creating memories. Born from a love of bold flavors and cozy evenings, we bring people together through the art of the perfect meal." subdescription="Every dish is crafted with heart, designed to turn every casual diner into a part of our extended family. Experience dining as it was meant to be: warm, authentic, and truly memorable." icon={Utensils} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232209.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232209.jpg?_wi=2" mediaAnimation="slide-up" /> @@ -75,7 +75,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { id: "1", name: "Ember Smoked Ribs", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-slice-syrup-dried-figs_141793-1202.jpg" }, + { id: "1", name: "Ember Smoked Ribs", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-slice-syrup-dried-figs_141793-1202.jpg?_wi=2" }, { id: "2", name: "Spice-Infused Sea Bass", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/grilled-eggplant-slices-with-pesto-yogurt-sauce_114579-2129.jpg" }, { id: "3", name: "Fusion Garden Harvest", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/traditional-dish-three-sisters-dolma-bell-pepper-tomato-eggplant-filled-by-minced-meat-basil-side-view_141793-4224.jpg" }, ]}