From a2947f6723abb550b4baa8a6345e326371c64b2f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:11:13 +0000 Subject: [PATCH 1/7] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index eb82f2a..0275e23 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -66,7 +66,7 @@ export default function AboutPage() { title: "Fresh Chicken Daily", description: "We source the finest chicken and prepare it fresh every single day. No frozen shortcuts, no compromises on quality. ChickenBox started with a simple vision: to bring the community's favorite crispy chicken prepared with passion and dedication.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fishes-pepper-wooden-cutting-board-lemon-slices-tomatoes-mix-color-surface_179666-34209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-raw-fishes-pepper-wooden-cutting-board-lemon-slices-tomatoes-mix-color-surface_179666-34209.jpg?_wi=3", }, items: [ { @@ -85,7 +85,7 @@ export default function AboutPage() { title: "Lightning-Fast Service", description: "Your order ready in 10-15 minutes. We've perfected the art of speed without sacrificing quality or taste. Our team is trained to deliver exceptional service every single time, whether you're picking up or getting delivery.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-doing-his-job_23-2148546107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delivery-guy-doing-his-job_23-2148546107.jpg?_wi=3", }, items: [ { @@ -104,7 +104,7 @@ export default function AboutPage() { title: "Community First", description: "We believe great food should be accessible to everyone. ChickenBox is more than a restaurant—it's a gathering place for the community of El Tor. We're committed to serving you with integrity, quality, and genuine care.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/best-price-offer-promotion-commerce-marketing-concept_53876-125395.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/best-price-offer-promotion-commerce-marketing-concept_53876-125395.jpg?_wi=3", }, items: [ { @@ -152,7 +152,7 @@ export default function AboutPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/blurred-red-pins-map_23-2148510530.jpg" + imageSrc="http://img.b2bpic.net/free-photo/blurred-red-pins-map_23-2148510530.jpg?_wi=3" mediaAnimation="slide-up" mediaPosition="right" buttonText="Send Message" @@ -161,7 +161,7 @@ export default function AboutPage() {