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" 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", }, ]}