From 47b0202761ac2b2a42f989e423b0bb40538eb36a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 10:03:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec5afa4..ba90be5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,14 +100,14 @@ export default function LandingPage() { title: "Post & Review Dishes", description: "Share photos of food you tried with ratings, reviews, and restaurant details. Your honest feedback helps others discover hidden gems.", icon: Utensils, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/female-hands-taking-photo-two-bowls-ramen_23-2149277958.jpg", imageAlt: "Post food interface" }, - { imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg", imageAlt: "Food photos" } + { imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg?_wi=1", imageAlt: "Food photos" } ] }, { title: "Ask the Community", description: "Post questions like 'Best shawarma in Kozhikode?' or 'What should I eat at Paragon?' Get real answers from locals who know.", icon: MessageCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/group-business-executives-meeting_1170-2016.jpg", imageAlt: "Community discussion" }, - { imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg", imageAlt: "Food conversation" } + { imageSrc: "http://img.b2bpic.net/free-photo/group-business-executives-meeting_1170-2016.jpg?_wi=1", imageAlt: "Community discussion" }, + { imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg?_wi=2", imageAlt: "Food conversation" } ] }, { @@ -120,8 +120,8 @@ export default function LandingPage() { { title: "Upvote & Engage", description: "Help great reviews rise to the top. Comment on posts, upvote helpful answers, and build your reputation in the community.", icon: ThumbsUp, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg", imageAlt: "Community engagement" }, - { imageSrc: "http://img.b2bpic.net/free-photo/group-business-executives-meeting_1170-2016.jpg", imageAlt: "Upvoting system" } + { imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg?_wi=3", imageAlt: "Community engagement" }, + { imageSrc: "http://img.b2bpic.net/free-photo/group-business-executives-meeting_1170-2016.jpg?_wi=2", imageAlt: "Upvoting system" } ] } ]}