Update src/app/page.tsx

This commit is contained in:
2026-03-11 10:03:57 +00:00
parent d8e3211f86
commit 47b0202761

View File

@@ -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" }
]
}
]}