Merge version_1 into main #5
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
logoText="Your spot,\nsecured."
|
||||
logoText="Your spot, secured."
|
||||
description="Find, reserve, and navigate to available parking spaces at your favorite malls — in real time. Never waste time circling again."
|
||||
buttons={[
|
||||
{ text: "Download for Free →", href: "#download" },
|
||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=97j2rq&_wi=1", imageAlt: "PWESTO app parking interface mockup"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ate1lGL3CTk8nvRuacd5A9gupx/uploaded-1773569691242-vjqvt3e7.png", imageAlt: "PWESTO app parking interface mockup"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
@@ -80,7 +80,7 @@ export default function LandingPage() {
|
||||
tagIcon={AlertCircle}
|
||||
tagAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=97j2rq&_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ate1lGL3CTk8nvRuacd5A9gupx/uploaded-1773570057200-zmkkbezv.png"
|
||||
imageAlt="Frustrated driver looking for parking"
|
||||
ariaLabel="Problem statement section"
|
||||
className="relative py-20 sm:py-32 overflow-hidden"
|
||||
@@ -103,23 +103,23 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Real-Time", title: "Live Floor Maps", subtitle: "See every available slot", description: "See exactly which slots are open on every level, updated in real time. Green means go. Pick your spot from home.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=97j2rq&_wi=3", imageAlt: "Live parking floor map display"
|
||||
tag: "Real-Time", title: "Live Floor Maps", subtitle: "See every available slot", description: "See exactly which slots are open on every level, updated in real time. Green means go. Pick your spot from home.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ate1lGL3CTk8nvRuacd5A9gupx/uploaded-1773568801901-cy48mpvo.png", imageAlt: "Live parking floor map display"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Lightning Fast", title: "Reserve in 3 Taps", subtitle: "Lock it before you leave", description: "Pick your slot, set your duration, lock it in. Your reservation is confirmed instantly — no waiting, no surprises.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=97j2rq&_wi=4", imageAlt: "Quick reservation process"
|
||||
tag: "Lightning Fast", title: "Reserve in 3 Taps", subtitle: "Lock it before you leave", description: "Pick your slot, set your duration, lock it in. Your reservation is confirmed instantly — no waiting, no surprises.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ate1lGL3CTk8nvRuacd5A9gupx/uploaded-1773568810840-ih8w92dm.png", imageAlt: "Quick reservation process"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Navigation", title: "In-Mall Directions", subtitle: "From slot to store", description: "Step-by-step directions straight to your reserved slot once you arrive. Find it faster. Walk less.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=97j2rq&_wi=5", imageAlt: "Navigation to reserved parking"
|
||||
tag: "Navigation", title: "In-Mall Directions", subtitle: "From slot to store", description: "Step-by-step directions straight to your reserved slot once you arrive. Find it faster. Walk less.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ate1lGL3CTk8nvRuacd5A9gupx/uploaded-1773568819081-iduka0ws.png", imageAlt: "Navigation to reserved parking"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
tag: "Smart Alerts", title: "Notifications", subtitle: "Never miss peak hours", description: "Get notified when your favorite mall is starting to fill up. Plan smarter. Arrive at the right time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=97j2rq&_wi=6", imageAlt: "Smart notification alerts"
|
||||
tag: "Smart Alerts", title: "Notifications", subtitle: "Never miss peak hours", description: "Get notified when your favorite mall is starting to fill up. Plan smarter. Arrive at the right time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ate1lGL3CTk8nvRuacd5A9gupx/uploaded-1773568831879-qvw3km9l.png", imageAlt: "Smart notification alerts"
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
tag: "Secure", title: "Guaranteed Booking", subtitle: "Your slot, your time", description: "Your slot is held exclusively for you with a confirmation reference. No fights. No stress.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=97j2rq&_wi=7", imageAlt: "Secure parking booking"
|
||||
tag: "Secure", title: "Guaranteed Booking", subtitle: "Your slot, your time", description: "Your slot is held exclusively for you with a confirmation reference. No fights. No stress.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ate1lGL3CTk8nvRuacd5A9gupx/uploaded-1773568841604-5xu69jx0.png", imageAlt: "Secure parking booking"
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
@@ -152,16 +152,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "step-1", name: "Step 1: Pick Your Mall", price: "18+ Malls", variant: "Choose from our partner malls and see live occupancy at a glance before you leave home.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=fe98ws", imageAlt: "Mall selection"
|
||||
id: "step-1", name: "Step 1: Pick Your Mall", price: "18+ Malls", variant: "Choose from our partner malls and see live occupancy at a glance before you leave home.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ate1lGL3CTk8nvRuacd5A9gupx/uploaded-1773569024458-sfh6lx1h.png", imageAlt: "Mall selection"
|
||||
},
|
||||
{
|
||||
id: "step-2", name: "Step 2: Find Your Slot", price: "Real-Time Map", variant: "Browse the live floor map. Green means go. Pick the spot closest to where you need to be.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=97j2rq&_wi=8", imageAlt: "Floor map view"
|
||||
id: "step-2", name: "Step 2: Find Your Slot", price: "Real-Time Map", variant: "Browse the live floor map. Green means go. Pick the spot closest to where you need to be.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ate1lGL3CTk8nvRuacd5A9gupx/uploaded-1773567703017-br4n6tcn.png", imageAlt: "Floor map view"
|
||||
},
|
||||
{
|
||||
id: "step-3", name: "Step 3: Reserve Instantly", price: "3 Taps", variant: "Tap to reserve. Choose your duration. Your slot is locked — nobody else can take it.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=97j2rq&_wi=9", imageAlt: "Reservation confirmation"
|
||||
id: "step-3", name: "Step 3: Reserve Instantly", price: "3 Taps", variant: "Tap to reserve. Choose your duration. Your slot is locked — nobody else can take it.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ate1lGL3CTk8nvRuacd5A9gupx/uploaded-1773569193668-xv448zdv.png", imageAlt: "Reservation confirmation"
|
||||
},
|
||||
{
|
||||
id: "step-4", name: "Step 4: Drive Straight In", price: "Navigate & Park", variant: "Follow your in-app directions. Arrive. Park. Done. No circling, no stress.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=97j2rq&_wi=10", imageAlt: "Navigation to parking"
|
||||
id: "step-4", name: "Step 4: Drive Straight In", price: "Navigate & Park", variant: "Follow your in-app directions. Arrive. Park. Done. No circling, no stress.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ate1lGL3CTk8nvRuacd5A9gupx/uploaded-1773569280081-kx62g4k0.png", imageAlt: "Navigation to parking"
|
||||
}
|
||||
]}
|
||||
className="relative py-20 sm:py-32 overflow-hidden"
|
||||
@@ -234,7 +234,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactFaq
|
||||
ctaTitle="Stop circling.\nStart parking."
|
||||
ctaTitle="Your spot,secured."
|
||||
ctaDescription="Download PWESTO free and never waste another minute looking for parking. Works on iOS and Android."
|
||||
ctaButton={{ text: "Download Now", href: "https://apps.apple.com" }}
|
||||
ctaIcon={Download}
|
||||
|
||||
Reference in New Issue
Block a user