From b25f50b7c38d5a68f00850aa7265c62a62ac6550 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 11:58:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cddea84..058121e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,7 +94,7 @@ export default function LandingPage() { }, { title: "New Management", description: "We've listened to your feedback and made significant improvements in service and quality.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/loaf-fresh-fragrant-bread-with-sliced-toast-blue-table_114579-41699.jpg", imageAlt: "Fresh paratha being cooked" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/dinner-meal-concept-flat-lay-man-cutting-turkish-yufka_176474-9390.jpg", imageAlt: "Fresh paratha being cooked" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/dinner-meal-concept-flat-lay-man-cutting-turkish-yufka_176474-9390.jpg", imageAlt: "Fresh paratha being cooked" } } ]} title="Why You'll Love Us" @@ -199,4 +199,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}