From aaf9e2372e6d3a81b8ceb20b3032200fbd33be95 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 19:49:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bf5bc7..8bd5562 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#services", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-butcher-factory-cold-storage-holding-arms-crossed-with-pig-carcass_342744-666.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-professional-butcher-factory-cold-storage-holding-arms-crossed-with-pig-carcass_342744-666.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -143,19 +143,19 @@ export default function LandingPage() { id: "1", name: "Artisan Smoked Sausages", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg?_wi=1", }, { id: "2", name: "Premium Alaskan Ribeye", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-black-background_123827-33498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-black-background_123827-33498.jpg?_wi=1", }, { id: "3", name: "Wild Game Jerky", price: "$12", - imageSrc: "http://img.b2bpic.net/free-photo/garlic-near-smoked-sausages_23-2147930068.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garlic-near-smoked-sausages_23-2147930068.jpg?_wi=1", }, ]} title="Our Signature Cuts" @@ -174,12 +174,12 @@ export default function LandingPage() { title: "Game Intake", description: "Professional assessment and tracking of your harvest.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-black-background_123827-33498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-black-background_123827-33498.jpg?_wi=2", }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-butcher-factory-cold-storage-holding-arms-crossed-with-pig-carcass_342744-666.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-butcher-factory-cold-storage-holding-arms-crossed-with-pig-carcass_342744-666.jpg?_wi=2", imageAlt: "traditional butcher shop interior", }, { @@ -187,10 +187,10 @@ export default function LandingPage() { title: "Custom Butchering", description: "Precision cuts based on your specific cooking needs.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/garlic-near-smoked-sausages_23-2147930068.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garlic-near-smoked-sausages_23-2147930068.jpg?_wi=2", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg?_wi=3", }, imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-meat-man-dressed-fleece-shirt-holds-axe-fresh-cut-meat_613910-16028.jpg", imageAlt: "family owned butcher shop owners", @@ -200,12 +200,12 @@ export default function LandingPage() { title: "Sausage Blending", description: "Signature spice recipes for your wild game.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-black-background_123827-33498.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fuetdry-cured-fuet-sausage-black-background_123827-33498.jpg?_wi=3", }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/garlic-near-smoked-sausages_23-2147930068.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/garlic-near-smoked-sausages_23-2147930068.jpg?_wi=3", }, - imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smoked-meat-kitchen_23-2147930133.jpg?_wi=4", imageAlt: "smoked sausage link close up", }, ]} @@ -227,7 +227,7 @@ export default function LandingPage() { role: "Local Resident", company: "Wasilla", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-stretching-dough-their-hands_23-2147947842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-stretching-dough-their-hands_23-2147947842.jpg?_wi=1", }, { id: "2", @@ -259,7 +259,7 @@ export default function LandingPage() { role: "Hunter", company: "Fairbanks", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-stretching-dough-their-hands_23-2147947842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-young-couple-stretching-dough-their-hands_23-2147947842.jpg?_wi=2", }, ]} kpiItems={[ -- 2.49.1