From 21d48b4b5fbab7cf96d91c8da2fa1aa634332084 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 18:13:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86fbf20..12854d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Find Us", href: "#visit"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-meat-with-tomatoes-blackboard_23-2148611091.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-meat-with-tomatoes-blackboard_23-2148611091.jpg?_wi=1" imageAlt="O'Toole's Family Butcher Shop Counter" /> @@ -62,7 +62,7 @@ export default function LandingPage() { description="We are your neighbors. A proper family butcher that knows your name, remembers your order, and takes genuine pride in every piece of meat we serve." subdescription="From legendary stuffed chicken to hand-trimmed mince beef, everything at O'Toole's is chosen for quality, and priced fairly for our community." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/bearded-butcher-dressed-fleece-shirt-working-butchers-shop_613910-3196.jpg" + imageSrc="http://img.b2bpic.net/free-photo/bearded-butcher-dressed-fleece-shirt-working-butchers-shop_613910-3196.jpg?_wi=1" imageAlt="O'Toole Family Butcher Staff" mediaAnimation="slide-up" /> @@ -76,9 +76,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Prime Steaks", price: "From €12", imageSrc: "http://img.b2bpic.net/free-photo/chef-his-assistant-presenting-fresh-steak-before-cooking-restaurant-kitchen_613910-18971.jpg"}, + id: "1", name: "Prime Steaks", price: "From €12", imageSrc: "http://img.b2bpic.net/free-photo/chef-his-assistant-presenting-fresh-steak-before-cooking-restaurant-kitchen_613910-18971.jpg?_wi=1"}, { - id: "2", name: "Stuffed Chicken", price: "€5.99", imageSrc: "http://img.b2bpic.net/free-photo/male-butcher-posing-counter_7502-4755.jpg"}, + id: "2", name: "Stuffed Chicken", price: "€5.99", imageSrc: "http://img.b2bpic.net/free-photo/male-butcher-posing-counter_7502-4755.jpg?_wi=1"}, { id: "3", name: "Clean Mince Beef", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/bearded-meat-seller-dressed-fleece-shirt-serving-fresh-cut-meat-market_613910-16187.jpg"}, { @@ -103,16 +103,16 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/garlic-sausage-lying-near-frame-spices_23-2147930377.jpg", imageAlt: "Garlic and sausage lying near frame and spices"}, { title: "Quality Assured", description: "Hand-selected cuts meeting the highest standards.", buttonIcon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-with-tomatoes-blackboard_23-2148611091.jpg", imageAlt: "Garlic and sausage lying near frame and spices"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-with-tomatoes-blackboard_23-2148611091.jpg?_wi=2", imageAlt: "Garlic and sausage lying near frame and spices"}, { title: "Honest Prices", description: "Fair value for premium local produce.", buttonIcon: Tag, - imageSrc: "http://img.b2bpic.net/free-photo/bearded-butcher-dressed-fleece-shirt-working-butchers-shop_613910-3196.jpg", imageAlt: "Garlic and sausage lying near frame and spices"}, + imageSrc: "http://img.b2bpic.net/free-photo/bearded-butcher-dressed-fleece-shirt-working-butchers-shop_613910-3196.jpg?_wi=2", imageAlt: "Garlic and sausage lying near frame and spices"}, { title: "Community Heart", description: "Proud to serve the heart of Dublin.", buttonIcon: MapPin, - imageSrc: "http://img.b2bpic.net/free-photo/chef-his-assistant-presenting-fresh-steak-before-cooking-restaurant-kitchen_613910-18971.jpg", imageAlt: "Garlic and sausage lying near frame and spices"}, + imageSrc: "http://img.b2bpic.net/free-photo/chef-his-assistant-presenting-fresh-steak-before-cooking-restaurant-kitchen_613910-18971.jpg?_wi=2", imageAlt: "Garlic and sausage lying near frame and spices"}, { title: "Traditional Methods", description: "Time-honored techniques passed down through generations.", buttonIcon: Clock, - imageSrc: "http://img.b2bpic.net/free-photo/male-butcher-posing-counter_7502-4755.jpg", imageAlt: "Garlic and sausage lying near frame and spices"}, + imageSrc: "http://img.b2bpic.net/free-photo/male-butcher-posing-counter_7502-4755.jpg?_wi=2", imageAlt: "Garlic and sausage lying near frame and spices"}, ]} title="The O'Toole Promise" description="Why Dublin families have trusted us since day one." -- 2.49.1