Update src/app/page.tsx

This commit is contained in:
2026-05-11 11:58:25 +00:00
parent a7c877eb4e
commit b25f50b7c3

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}