Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 13:29:13 +00:00

View File

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