From dbf7bac0ee3453c35fde52fc5b4ac344e6838d72 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:47:40 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a628be4..1d2c459 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -79,11 +79,11 @@ export default function AboutPage() { { id: "2", title: "Takeaway Fresh & Hot", description: "Grab your favorite pizza by the slice or order whole pies. We box everything fresh to ensure you get the best quality at home.", tag: "Takeaway", imageSrc: - "http://img.b2bpic.net/free-photo/piece-pizza-closeup-concept-picnic-relaxation_169016-23064.jpg", imageAlt: "Pizza takeaway box"}, + "http://img.b2bpic.net/free-photo/piece-pizza-closeup-concept-picnic-relaxation_169016-23064.jpg?_wi=1", imageAlt: "Pizza takeaway box"}, { id: "3", title: "Speedy Home Delivery", description: "Order online and we'll deliver hot, fresh pizza to your door. Available throughout Rome with reliable, professional service.", tag: "Delivery", imageSrc: - "http://img.b2bpic.net/free-photo/piece-pizza-closeup-concept-picnic-relaxation_169016-23064.jpg", imageAlt: "Pizza delivery service"}, + "http://img.b2bpic.net/free-photo/piece-pizza-closeup-concept-picnic-relaxation_169016-23064.jpg?_wi=2", imageAlt: "Pizza delivery service"}, ]} ariaLabel="Service options and features" /> From 9b19ec23e5b642d8acddb79b23afce02d5684d37 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:47:41 +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 cb38e59..da5a92e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,13 +63,13 @@ export default function HomePage() { testimonials={[ { name: "Marco Rossi", handle: "Regular Customer", testimonial: "Best pizza in Rome! The crispy dough and fresh ingredients are simply unbeatable. We come here every weekend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Marco Rossi testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg?_wi=1", imageAlt: "Marco Rossi testimonial"}, { name: "Giulia Ferrari", handle: "Food Blogger", testimonial: "Mamma Pizza captures the authentic spirit of Roman street food. Their supplì are legendary!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-girl-choosing-you_1262-17150.jpg", imageAlt: "Giulia Ferrari testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-girl-choosing-you_1262-17150.jpg?_wi=1", imageAlt: "Giulia Ferrari testimonial"}, { name: "Antonio Moretti", handle: "Local Business Owner", testimonial: "Great quality, friendly staff, and affordable prices. This is the real deal.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-photographer-studio_158595-501.jpg", imageAlt: "Antonio Moretti testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-photographer-studio_158595-501.jpg?_wi=1", imageAlt: "Antonio Moretti testimonial"}, ]} testimonialRotationInterval={5000} ariaLabel="Hero section with featured testimonials" @@ -132,11 +132,11 @@ export default function HomePage() { topMarqueeDirection="left" testimonials={[ { - id: "1", name: "Marco Rossi", handle: "@marcorome", testimonial: "Best pizza in Rome! The crispy dough and fresh ingredients are simply unbeatable. We come here every weekend with the family.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg", imageAlt: "Marco Rossi"}, + id: "1", name: "Marco Rossi", handle: "@marcorome", testimonial: "Best pizza in Rome! The crispy dough and fresh ingredients are simply unbeatable. We come here every weekend with the family.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1626.jpg?_wi=2", imageAlt: "Marco Rossi"}, { - id: "2", name: "Giulia Ferrari", handle: "Food Blogger", testimonial: "Mamma Pizza captures the authentic spirit of Roman street food. Their supplì are absolutely legendary!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-girl-choosing-you_1262-17150.jpg", imageAlt: "Giulia Ferrari"}, + id: "2", name: "Giulia Ferrari", handle: "Food Blogger", testimonial: "Mamma Pizza captures the authentic spirit of Roman street food. Their supplì are absolutely legendary!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-girl-choosing-you_1262-17150.jpg?_wi=2", imageAlt: "Giulia Ferrari"}, { - id: "3", name: "Antonio Moretti", handle: "@antoniolocal", testimonial: "Great quality, friendly staff, and affordable prices. This is the real deal for authentic Italian pizza.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-photographer-studio_158595-501.jpg", imageAlt: "Antonio Moretti"}, + id: "3", name: "Antonio Moretti", handle: "@antoniolocal", testimonial: "Great quality, friendly staff, and affordable prices. This is the real deal for authentic Italian pizza.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-photographer-studio_158595-501.jpg?_wi=2", imageAlt: "Antonio Moretti"}, { id: "4", name: "Sophia Russo", handle: "@sophiaroma", testimonial: "Every time I visit Rome, Mamma Pizza is a must-stop. The passion for quality is evident in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Sophia Russo"}, {