From 562dd8e47b0b6d023e2d5a0dfc87f7719b7867ec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:22:02 +0000 Subject: [PATCH] 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 94ef666..e5d5f90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Hot & Fresh" tagIcon={Flame} background={{ variant: "glowing-orb" }} - imageSrc="http://img.b2bpic.net/free-photo/burger-filled-with-chicken-nuggets_140725-1095.jpg" + imageSrc="http://img.b2bpic.net/free-photo/burger-filled-with-chicken-nuggets_140725-1095.jpg?_wi=1" imageAlt="BBQ Burger with Cheese" imagePosition="right" mediaAnimation="slide-up" @@ -99,7 +99,7 @@ export default function LandingPage() { ], }, { - id: "6", title: "BBQ Burger", description: "Juicy grilled patty with BBQ sauce, cheese, and fresh toppings", tag: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/burger-filled-with-chicken-nuggets_140725-1095.jpg", imageAlt: "BBQ Burger", buttons: [ + id: "6", title: "BBQ Burger", description: "Juicy grilled patty with BBQ sauce, cheese, and fresh toppings", tag: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/burger-filled-with-chicken-nuggets_140725-1095.jpg?_wi=2", imageAlt: "BBQ Burger", buttons: [ { text: "Call to Order", href: "tel:03440662533"}, ], @@ -140,16 +140,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Fatima Khan", role: "Homemaker", company: "Local Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Fatima Khan"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Fatima Khan"}, { id: "2", name: "Ali Hassan", role: "Student", company: "Local Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Ali Hassan"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Ali Hassan"}, { id: "3", name: "Zainab Ahmed", role: "Business Owner", company: "Local Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Zainab Ahmed"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Zainab Ahmed"}, { id: "4", name: "Muhammad Rashid", role: "Family Man", company: "Local Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Muhammad Rashid"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "Muhammad Rashid"}, ]} kpiItems={[ { -- 2.49.1