From d3c5f75ce0f1a684c9eec0332cfc00f13fd62c89 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 15:42:49 +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 98dea1c..e31821a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,7 +47,7 @@ export default function AboutPage() { description="El Chico's Founding Story" subdescription="Established in Prayagraj, Civil Lines" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg?_wi=1" imageAlt="El Chico Restaurant heritage and history" mediaAnimation="slide-up" useInvertedBackground={false} @@ -65,7 +65,7 @@ export default function AboutPage() { title: "Elegant Interiors", tags: ["Premium", "Ambience"], imageSrc: - "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg", + "http://img.b2bpic.net/free-photo/man-looking-through-menu-restaurant_23-2150520061.jpg?_wi=2", imageAlt: "El Chico elegant restaurant interior", }, { @@ -73,7 +73,7 @@ export default function AboutPage() { title: "Culinary Artistry", tags: ["Chef-Crafted", "Presentation"], imageSrc: - "http://img.b2bpic.net/free-photo/chicken-breast-topped-with-fried-vegetables_140725-2712.jpg", + "http://img.b2bpic.net/free-photo/chicken-breast-topped-with-fried-vegetables_140725-2712.jpg?_wi=1", imageAlt: "Professional culinary plating at El Chico", }, { @@ -81,7 +81,7 @@ export default function AboutPage() { title: "Exceptional Service", tags: ["Attentive", "Professional"], imageSrc: - "http://img.b2bpic.net/free-photo/photo-christmas-table-decoration-with-festive-dinnerware-with-candles-new-year-eve-concept_132075-11250.jpg", + "http://img.b2bpic.net/free-photo/photo-christmas-table-decoration-with-festive-dinnerware-with-candles-new-year-eve-concept_132075-11250.jpg?_wi=2", imageAlt: "Premium dining setup and service", }, ]} @@ -94,7 +94,7 @@ export default function AboutPage() { {/* Footer */}