From 5edee97d47e6ddce25d1e2d4567b51e058686996 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:29:08 +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 f0e09ba..17814b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,16 +63,16 @@ export default function LandingPage() { tagIcon={Star} features={[ { - title: "Geolocation-Based Search", description: "Automatically detect your location and discover restaurants within your preferred radius.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-smartphone_23-2149954892.jpg", imageAlt: "Geolocation search technology", button: { text: "Explore" } + title: "Geolocation-Based Search", description: "Automatically detect your location and discover restaurants within your preferred radius.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-smartphone_23-2149954892.jpg?_wi=1", imageAlt: "Geolocation search technology", button: { text: "Explore" } }, { - title: "Smart Rating Filter", description: "Filter restaurants by minimum 4.5+ rating to ensure you visit only the best establishments.", imageSrc: "http://img.b2bpic.net/free-vector/flat-hotel-review-background_23-2148158869.jpg", imageAlt: "Star rating system interface", button: { text: "See Ratings" } + title: "Smart Rating Filter", description: "Filter restaurants by minimum 4.5+ rating to ensure you visit only the best establishments.", imageSrc: "http://img.b2bpic.net/free-vector/flat-hotel-review-background_23-2148158869.jpg?_wi=1", imageAlt: "Star rating system interface", button: { text: "See Ratings" } }, { title: "Review Count Requirement", description: "Only show restaurants with 200+ verified reviews for reliable and trustworthy recommendations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-using-digital-tablet_329181-756.jpg", imageAlt: "Review count filtering interface", button: { text: "Learn More" } }, { - title: "Distance Display", description: "View exact distance to each restaurant and sort by proximity for convenient dining choices.", imageSrc: "http://img.b2bpic.net/free-vector/flat-hotel-booking-concept_23-2148152315.jpg", imageAlt: "Distance measurement and proximity feature", button: { text: "View Distances" } + title: "Distance Display", description: "View exact distance to each restaurant and sort by proximity for convenient dining choices.", imageSrc: "http://img.b2bpic.net/free-vector/flat-hotel-booking-concept_23-2148152315.jpg?_wi=1", imageAlt: "Distance measurement and proximity feature", button: { text: "View Distances" } } ]} gridVariant="two-columns-alternating-heights" @@ -90,13 +90,13 @@ export default function LandingPage() { tagIcon={Zap} products={[ { - id: "step-1", name: "Enable Location", price: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-smartphone_23-2149954892.jpg", imageAlt: "Enable geolocation" + id: "step-1", name: "Enable Location", price: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-holding-smartphone_23-2149954892.jpg?_wi=2", imageAlt: "Enable geolocation" }, { - id: "step-2", name: "Browse Filtered Results", price: "Step 2", imageSrc: "http://img.b2bpic.net/free-vector/flat-hotel-review-background_23-2148158869.jpg", imageAlt: "Browse quality restaurants" + id: "step-2", name: "Browse Filtered Results", price: "Step 2", imageSrc: "http://img.b2bpic.net/free-vector/flat-hotel-review-background_23-2148158869.jpg?_wi=2", imageAlt: "Browse quality restaurants" }, { - id: "step-3", name: "Open in Google Maps", price: "Step 3", imageSrc: "http://img.b2bpic.net/free-vector/flat-hotel-booking-concept_23-2148152315.jpg", imageAlt: "Navigate with Google Maps" + id: "step-3", name: "Open in Google Maps", price: "Step 3", imageSrc: "http://img.b2bpic.net/free-vector/flat-hotel-booking-concept_23-2148152315.jpg?_wi=2", imageAlt: "Navigate with Google Maps" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1