Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-03-11 08:49:29 +00:00

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Search", id: "search" },
{ name: "Learn", id: "learn" },
{ name: "Impact", id: "metrics" },
{ name: "About", id: "about" },
{ name: "Team", id: "team" },
{ name: "FAQ", id: "faq" }
]}
button={{ text: "Check Air Quality", href: "#search" }}
@@ -107,20 +107,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
id: 1,
title: "Search Your City", description: "Enter any Georgian city name in Georgian or English. Get instant results for Tbilisi, Kutaisi, Gori, Zugdidi, and 10+ other cities.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-technology-infographic_23-2149207130.jpg?_wi=2", imageAlt: "Dashboard illustration"
id: "1", title: "Search Your City", description: "Enter any Georgian city name in Georgian or English. Get instant results for Tbilisi, Kutaisi, Gori, Zugdidi, and 10+ other cities.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-abstract-technology-infographic_23-2149207130.jpg?_wi=2", imageAlt: "Dashboard illustration"
},
{
id: 2,
title: "Understand the Data", description: "See color-coded Air Quality Index (AQI) with simple status: Good, Moderate, Unhealthy, or Hazardous. No confusing numbers—just clear guidance.", imageSrc: "http://img.b2bpic.net/free-photo/green-liquid-with-colourful-bits_23-2147934596.jpg?_wi=1", imageAlt: "Education content"
id: "2", title: "Understand the Data", description: "See color-coded Air Quality Index (AQI) with simple status: Good, Moderate, Unhealthy, or Hazardous. No confusing numbers—just clear guidance.", imageSrc: "http://img.b2bpic.net/free-photo/green-liquid-with-colourful-bits_23-2147934596.jpg?_wi=1", imageAlt: "Education content"
},
{
id: 3,
title: "Get Health Recommendations", description: "Specific advice for your situation: Are you a parent? Athlete? Have respiratory conditions? We personalize guidance to your needs.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-family-doing-picnic_23-2148113812.jpg?_wi=1", imageAlt: "Health recommendations"
id: "3", title: "Get Health Recommendations", description: "Specific advice for your situation: Are you a parent? Athlete? Have respiratory conditions? We personalize guidance to your needs.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-family-doing-picnic_23-2148113812.jpg?_wi=1", imageAlt: "Health recommendations"
},
{
id: 4,
title: "Make Informed Decisions", description: "Decide safely: skip outdoor activities, reschedule exercise, or close windows. Take control of your health based on real data.", imageSrc: "http://img.b2bpic.net/free-vector/augmented-reality-background-flat-style_23-2147805942.jpg?_wi=2", imageAlt: "Hero main"
id: "4", title: "Make Informed Decisions", description: "Decide safely: skip outdoor activities, reschedule exercise, or close windows. Take control of your health based on real data.", imageSrc: "http://img.b2bpic.net/free-vector/augmented-reality-background-flat-style_23-2147805942.jpg?_wi=2", imageAlt: "Hero main"
}
]}
animationType="blur-reveal"