Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-07 17:40:56 +00:00

View File

@@ -33,27 +33,17 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Safety Features",
id: "features",
},
name: "Safety Features", id: "features"},
{
name: "Community",
id: "community",
},
name: "Community", id: "community"},
{
name: "Updates",
id: "blog",
},
name: "Updates", id: "blog"},
]}
brandName="GuardianPath"
button={{
text: "Get Started",
href: "#contact",
}}
text: "Get Started", href: "#contact"}}
/>
</div>
@@ -63,11 +53,9 @@ export default function LandingPage() {
description="Drop pins, rate lighting and security, and discover routes chosen by your community. GuardianPath turns collective safety data into your personal protection."
buttons={[
{
text: "Start Mapping Your Route",
href: "#contact",
},
text: "Start Mapping Your Route", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/china-city-night_1127-4050.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/china-city-night_1127-4050.jpg"
imageAlt="Navigate Safer Every Street Rated"
/>
</div>
@@ -80,7 +68,7 @@ export default function LandingPage() {
description="GuardianPath combines advanced mapping technology with real-time community insights. We help users move with peace of mind in every environment."
subdescription="Our platform aggregates safety data anonymously to build the most comprehensive security mapping service available."
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458973.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458973.jpg"
imageAlt="Mobile mapping safety app"
mediaAnimation="slide-up"
/>
@@ -93,67 +81,43 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Route Optimization",
description: "AI-driven routes that prioritize lighting and security scores over shortest duration.",
media: {
imageSrc: "http://img.b2bpic.net/free-vector/gps-navigation-icons-set_1284-5775.jpg",
imageAlt: "Route Optimization",
},
title: "Route Optimization", description: "AI-driven routes that prioritize lighting and security scores over shortest duration.", media: {
imageSrc: "http://img.b2bpic.net/free-vector/gps-navigation-icons-set_1284-5775.jpg", imageAlt: "Route Optimization"},
items: [
{
icon: Map,
text: "Secure pathfinding",
},
text: "Secure pathfinding"},
{
icon: Zap,
text: "Real-time updates",
},
text: "Real-time updates"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/china-city-night_1127-4050.jpg?_wi=2",
imageAlt: "digital route mapping ui icon",
},
{
title: "Real-time SOS",
description: "Trigger emergency notifications to your trusted contacts with instant location logs.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149478460.jpg",
imageAlt: "Emergency SOS",
},
title: "Real-time SOS", description: "Trigger emergency notifications to your trusted contacts with instant location logs.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149478460.jpg", imageAlt: "Emergency SOS"},
items: [
{
icon: AlertTriangle,
text: "Instant alerts",
},
text: "Instant alerts"},
{
icon: Users,
text: "Emergency contacts",
},
text: "Emergency contacts"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/3d-smartphone-device-with-map-gps-technology_23-2150458973.jpg?_wi=2",
imageAlt: "digital route mapping ui icon",
},
{
title: "Community Insights",
description: "Rate street safety, lighting quality, and report concerns to help your neighbors move safer.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/covid-concept-with-wooden-pieces-view_23-2148911548.jpg",
imageAlt: "Community data",
},
title: "Community Insights", description: "Rate street safety, lighting quality, and report concerns to help your neighbors move safer.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/covid-concept-with-wooden-pieces-view_23-2148911548.jpg", imageAlt: "Community data"},
items: [
{
icon: Star,
text: "Public ratings",
},
text: "Public ratings"},
{
icon: MessageSquare,
text: "Local reporting",
},
text: "Local reporting"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=1",
imageAlt: "digital route mapping ui icon",
},
]}
title="Key Platform Features"
@@ -168,31 +132,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "1",
value: "500k+",
title: "Safety Reports",
items: [
"Verified incidents",
"Lighting status updates",
],
id: "1", value: "500k+", title: "Safety Reports", items: [
"Verified incidents", "Lighting status updates"],
},
{
id: "2",
value: "120+",
title: "Cities Covered",
items: [
"Active urban regions",
"Growing daily",
],
id: "2", value: "120+", title: "Cities Covered", items: [
"Active urban regions", "Growing daily"],
},
{
id: "3",
value: "98%",
title: "Trusted Routes",
items: [
"User verified",
"Continuously optimized",
],
id: "3", value: "98%", title: "Trusted Routes", items: [
"User verified", "Continuously optimized"],
},
]}
title="Community Safety Power"
@@ -205,14 +154,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Urban Safety Watch",
"CityLink Mobility",
"SafeWalk Initiative",
"Transit Tech Collective",
"Commuter Alliance",
"MetroGuardian Partners",
"Public Safety Tech Labs",
]}
"Urban Safety Watch", "CityLink Mobility", "SafeWalk Initiative", "Transit Tech Collective", "Commuter Alliance", "MetroGuardian Partners", "Public Safety Tech Labs"]}
title="Trusted by Urban Safety Experts"
description="Partnering with organizations focused on public safety and urban mobility."
/>
@@ -223,20 +165,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Is my data anonymous?",
content: "Yes, all reports are aggregated and anonymized to protect user privacy while contributing to community safety.",
},
id: "f1", title: "Is my data anonymous?", content: "Yes, all reports are aggregated and anonymized to protect user privacy while contributing to community safety."},
{
id: "f2",
title: "How is safety calculated?",
content: "Our safety algorithms combine user reporting, city lighting audits, and real-time community engagement.",
},
id: "f2", title: "How is safety calculated?", content: "Our safety algorithms combine user reporting, city lighting audits, and real-time community engagement."},
{
id: "f3",
title: "Can I report issues?",
content: "Absolutely. You can contribute via pin drops and rating specific street segments.",
},
id: "f3", title: "Can I report issues?", content: "Absolutely. You can contribute via pin drops and rating specific street segments."},
]}
sideTitle="Commonly Asked Safety Questions"
sideDescription="Everything you need to know about navigating with GuardianPath."
@@ -253,35 +186,11 @@ export default function LandingPage() {
description="Insights on urban safety, commuting tech, and community building."
blogs={[
{
id: "b1",
category: "Technology",
title: "The Future of Urban Navigation",
excerpt: "Exploring how tech can improve city transit.",
imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg?_wi=2",
authorName: "Jane Doe",
authorAvatar: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6862.jpg",
date: "Jan 2025",
},
id: "b1", category: "Technology", title: "The Future of Urban Navigation", excerpt: "Exploring how tech can improve city transit.", imageSrc: "http://img.b2bpic.net/free-photo/laptop-computer-mouse-glasses-white-table-night-top-view_169016-51634.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/young-smiling-professional-woman-having-coffee-break-her-full-working-day-she-holds-paper-cup-outdoors-near-business-building-while-relaxing-enjoying-her-beverage_158595-6862.jpg", date: "Jan 2025"},
{
id: "b2",
category: "Community",
title: "Building Safer Neighborhoods",
excerpt: "How to organize community watch programs digitally.",
imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098557.jpg",
authorName: "John Smith",
authorAvatar: "http://img.b2bpic.net/free-photo/senior-person-traveling-alone_23-2149321954.jpg",
date: "Feb 2025",
},
id: "b2", category: "Community", title: "Building Safer Neighborhoods", excerpt: "How to organize community watch programs digitally.", imageSrc: "http://img.b2bpic.net/free-photo/urban-mysterious-lights-film-aesthetic_23-2149098557.jpg", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/senior-person-traveling-alone_23-2149321954.jpg", date: "Feb 2025"},
{
id: "b3",
category: "Company",
title: "New Features Coming Soon",
excerpt: "Sneak peek at our upcoming update features.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-having-small-flags_23-2148925834.jpg",
authorName: "Alice Wong",
authorAvatar: "http://img.b2bpic.net/free-photo/adult-blowing-their-snot-tissue_23-2151544717.jpg",
date: "Mar 2025",
},
id: "b3", category: "Company", title: "New Features Coming Soon", excerpt: "Sneak peek at our upcoming update features.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-having-small-flags_23-2148925834.jpg", authorName: "Alice Wong", authorAvatar: "http://img.b2bpic.net/free-photo/adult-blowing-their-snot-tissue_23-2151544717.jpg", date: "Mar 2025"},
]}
/>
</div>
@@ -290,16 +199,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="Get Early Access"
title="Start Mapping Your Route"
description="Join our growing community and begin navigating safer with our beta platform."
buttons={[
{
text: "Start Mapping",
href: "#",
},
text: "Start Mapping", href: "#"},
]}
/>
</div>
@@ -308,50 +214,31 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Mapping",
href: "#",
},
label: "Mapping", href: "#"},
{
label: "Features",
href: "#features",
},
label: "Features", href: "#features"},
{
label: "Updates",
href: "#blog",
},
label: "Updates", href: "#blog"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Terms of Use", href: "#"},
],
},
]}