From aa284de38b78482f1073dcc4347b704a983c846a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 20:12:31 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ecd2145..03da06e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { title: "Service", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/coffee-mug_74190-2644.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-mug_74190-2644.jpg?_wi=2" imageAlt="Inside AFC Restaurant" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1 From e664fcbd5499c252f74410d224fb80e988f43bbf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 20:12:31 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee5aa18..f04ab49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg?_wi=1", imageAlt: "Crispy Chicken", }, { @@ -110,7 +110,7 @@ export default function LandingPage() { description: "Original American recipes.", bentoComponent: "reveal-icon", icon: Flame, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-chicken-wings-with-copy-space_23-2148699029.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fried-chicken-wings-with-copy-space_23-2148699029.jpg?_wi=1", imageAlt: "Close-up fried chicken wings with copy-space", }, { @@ -118,7 +118,7 @@ export default function LandingPage() { description: "Locally sourced quality.", bentoComponent: "reveal-icon", icon: Leaf, - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg?_wi=2", imageAlt: "Close-up fried chicken wings with copy-space", }, { @@ -126,7 +126,7 @@ export default function LandingPage() { description: "Hot to your doorstep.", bentoComponent: "reveal-icon", icon: Rocket, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-mug_74190-2644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-mug_74190-2644.jpg?_wi=1", imageAlt: "Close-up fried chicken wings with copy-space", }, ]} @@ -139,7 +139,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Common Questions" description="Got questions about our menu or locations?" - imageSrc="http://img.b2bpic.net/free-photo/close-up-fried-chicken-wings-with-copy-space_23-2148699029.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-fried-chicken-wings-with-copy-space_23-2148699029.jpg?_wi=2" mediaAnimation="slide-up" faqsAnimation="slide-up" faqs={[ @@ -218,7 +218,7 @@ export default function LandingPage() { button: { text: "Select", }, - imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-inwood-table_1150-12260.jpg?_wi=3", imageAlt: "chicken nuggets with french fries and human hand in fly", }, ]} -- 2.49.1