From cd62631ad5c6923fa515650ddb243626825c24af Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:14:45 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7eda1eb..e410d0b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -48,7 +48,7 @@ export default function AboutPage() { description="Chef Christian Hernández" subdescription="Founder & Head Chef" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/chef-enjoying-aroma-soup-ladle_23-2147863721.jpg" + imageSrc="http://img.b2bpic.net/free-photo/chef-enjoying-aroma-soup-ladle_23-2147863721.jpg?_wi=2" imageAlt="Chef Christian Hernández" mediaAnimation="slide-up" useInvertedBackground={false} @@ -67,21 +67,21 @@ export default function AboutPage() { id: "01", title: "Premium Ingredients", description: "We source only the finest, freshest ingredients from local suppliers. Every element matters when crafting the perfect lonche.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwich-with-green-salad-tomatoes-brown-wooden-surface_140725-29924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sandwich-with-green-salad-tomatoes-brown-wooden-surface_140725-29924.jpg?_wi=4", imageAlt: "Premium ingredients", }, { id: "02", title: "Chef-Driven Preparation", description: "Under Chef Christian Hernández's leadership, every dish is prepared with passion and attention to detail.", - imageSrc: "http://img.b2bpic.net/free-photo/chef-enjoying-aroma-soup-ladle_23-2147863721.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-enjoying-aroma-soup-ladle_23-2147863721.jpg?_wi=3", imageAlt: "Chef preparation", }, { id: "03", title: "Community Focus", description: "We're more than a restaurant—we're a gathering place where locals celebrate good food, good company, and good vibes.", - imageSrc: "http://img.b2bpic.net/free-photo/romantic-date_1098-14854.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/romantic-date_1098-14854.jpg?_wi=3", imageAlt: "Community dining", }, ]} @@ -103,21 +103,21 @@ export default function AboutPage() { id: "01", title: "Mexican Roots", description: "The lonche is a beloved Mexican tradition. We respect that heritage while creating our own signature style.", - imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-wooden-table_123827-19987.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-wooden-table_123827-19987.jpg?_wi=3", imageAlt: "Mexican tradition", }, { id: "02", title: "Artisan Coffee Culture", description: "We pair our lonches with specialty coffee and cocktails, creating a complete dining experience.", - imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-glass-with-spoon-wooden-table_23-2147908372.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-coffee-glass-with-spoon-wooden-table_23-2147908372.jpg?_wi=3", imageAlt: "Artisan coffee", }, { id: "03", title: "Zona Pronaf Pride", description: "Located in the heart of Zona Pronaf, we're proud to be part of this vibrant community.", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1", imageAlt: "Zona Pronaf location", }, ]} @@ -131,7 +131,7 @@ export default function AboutPage() { {/* Footer */}