Merge version_1 into main #2
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="mediumSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -32,9 +32,9 @@ export default function LandingPage() {
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
]}
|
||||
brandName="GPSTrack"
|
||||
bottomLeftText="Real-time Location Intelligence"
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
tag="Next-Generation Tracking"
|
||||
tagIcon={MapPin}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "#contact" },
|
||||
{ text: "Watch Demo", href: "https://example.com/demo" }
|
||||
@@ -57,10 +57,10 @@ export default function LandingPage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-modern-sleek-gps-tracking-dashboard-in-1772781074885-14849acb.png", imageAlt: "GPS Tracking Dashboard" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-close-up-illustration-of-a-smartphone--1772781074668-5127248d.png?_wi=1", imageAlt: "Real-time GPS tracking on mobile device" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-detailed-analytics-dashboard-showing-g-1772781076452-e790f135.png?_wi=1", imageAlt: "Analytics dashboard with tracking data" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-professional-team-photo-showing-divers-1772781074633-15157bb3.png?_wi=1", imageAlt: "Professional team" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-modern-office-environment-showing-cust-1772781074182-5e56a9ab.png?_wi=1", imageAlt: "Customer support office" }
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-close-up-illustration-of-a-smartphone--1772781074668-5127248d.png", imageAlt: "Real-time GPS tracking on mobile device" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-detailed-analytics-dashboard-showing-g-1772781076452-e790f135.png", imageAlt: "Analytics dashboard with tracking data" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-professional-team-photo-showing-divers-1772781074633-15157bb3.png", imageAlt: "Professional team" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-modern-office-environment-showing-cust-1772781074182-5e56a9ab.png", imageAlt: "Customer support office" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -79,7 +79,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Real-Time Location Tracking", description: "Monitor vehicle locations with sub-meter accuracy updated every 5 seconds. Live map view with route history and stop detection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-close-up-illustration-of-a-smartphone--1772781074668-5127248d.png?_wi=2", imageAlt: "Real-time GPS tracking on mobile device"
|
||||
title: "Real-Time Location Tracking", description: "Monitor vehicle locations with sub-meter accuracy updated every 5 seconds. Live map view with route history and stop detection.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-close-up-illustration-of-a-smartphone--1772781074668-5127248d.png", imageAlt: "Real-time GPS tracking on mobile device"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -87,11 +87,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Comprehensive Analytics", description: "Detailed reporting on routes, fuel consumption, driver behavior, and vehicle performance. Export data in multiple formats for further analysis.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-detailed-analytics-dashboard-showing-g-1772781076452-e790f135.png?_wi=2", imageAlt: "Analytics dashboard with tracking data"
|
||||
title: "Comprehensive Analytics", description: "Detailed reporting on routes, fuel consumption, driver behavior, and vehicle performance. Export data in multiple formats for further analysis.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-detailed-analytics-dashboard-showing-g-1772781076452-e790f135.png", imageAlt: "Analytics dashboard with tracking data"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Geofencing & Alerts", description: "Create unlimited geofences and receive instant notifications when vehicles enter or exit designated areas. Automated alerts for speeding and harsh driving.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-close-up-illustration-of-a-smartphone--1772781074668-5127248d.png?_wi=3", imageAlt: "Geofencing and alert system"
|
||||
title: "Geofencing & Alerts", description: "Create unlimited geofences and receive instant notifications when vehicles enter or exit designated areas. Automated alerts for speeding and harsh driving.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-close-up-illustration-of-a-smartphone--1772781074668-5127248d.png", imageAlt: "Geofencing and alert system"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -108,10 +108,11 @@ export default function LandingPage() {
|
||||
{ value: "50,000+", title: "Vehicles Tracked Daily" },
|
||||
{ value: "99.9%", title: "Platform Uptime" }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-professional-team-photo-showing-divers-1772781074633-15157bb3.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-professional-team-photo-showing-divers-1772781074633-15157bb3.png"
|
||||
imageAlt="GPS Track team collaborating"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -245,7 +246,7 @@ export default function LandingPage() {
|
||||
{ name: "phone", type: "tel", placeholder: "Phone Number" }
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your fleet and tracking needs...", rows: 4, required: true }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-modern-office-environment-showing-cust-1772781074182-5e56a9ab.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AYsnUzubGBl6KIiRl9naUd9psK/a-modern-office-environment-showing-cust-1772781074182-5e56a9ab.png"
|
||||
imageAlt="Customer support team"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user