From 61ca8e4a382ecf2a3639855a87402474c0df5f20 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:49:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ebc52ba..ac3cfef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1