Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
155
src/app/page.tsx
155
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="AutoAlpha"
|
||||
/>
|
||||
@@ -56,16 +48,12 @@ export default function LandingPage() {
|
||||
description="The smarter way to value, buy, and sell cars. AI-powered intelligence, backed by real auction data."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Valuation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Valuation", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/ultra-modern-car-data-intelligence-dashb-1776037836541-fe4158d4.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/ultra-modern-car-data-intelligence-dashb-1776037836541-fe4158d4.png"
|
||||
imageAlt="AutoAlpha platform interface preview"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,23 +62,15 @@ export default function LandingPage() {
|
||||
<MetricCardTwo
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100k+",
|
||||
description: "Verified Sales Analyzed",
|
||||
},
|
||||
id: "m1", value: "100k+", description: "Verified Sales Analyzed"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99.2%",
|
||||
description: "Valuation Accuracy",
|
||||
},
|
||||
id: "m2", value: "99.2%", description: "Valuation Accuracy"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5,000+",
|
||||
description: "Deal Alerts Sent Daily",
|
||||
},
|
||||
id: "m3", value: "5,000+", description: "Deal Alerts Sent Daily"},
|
||||
]}
|
||||
title="Performance at Scale"
|
||||
description="Deep data insights powering smarter automotive decisions."
|
||||
@@ -103,26 +83,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "AI",
|
||||
title: "Real-Time Valuation",
|
||||
subtitle: "Smarter than CarFax",
|
||||
description: "Get accurate valuations backed by thousands of verified auction sales.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/close-up-of-a-luxury-car-steering-wheel--1776037848736-f8b2b9aa.png?_wi=1",
|
||||
},
|
||||
tag: "AI", title: "Real-Time Valuation", subtitle: "Smarter than CarFax", description: "Get accurate valuations backed by thousands of verified auction sales.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/close-up-of-a-luxury-car-steering-wheel--1776037848736-f8b2b9aa.png"},
|
||||
{
|
||||
tag: "Live",
|
||||
title: "Deal Alerts",
|
||||
subtitle: "Never miss out",
|
||||
description: "Instant notifications when cars hit the market below fair value.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/smartphone-interface-showing-a-live-map--1776037858649-92d44479.png?_wi=1",
|
||||
},
|
||||
tag: "Live", title: "Deal Alerts", subtitle: "Never miss out", description: "Instant notifications when cars hit the market below fair value.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/smartphone-interface-showing-a-live-map--1776037858649-92d44479.png"},
|
||||
{
|
||||
tag: "VIN",
|
||||
title: "Full History",
|
||||
subtitle: "Complete transparency",
|
||||
description: "Comprehensive vehicle specs, recall history, and ownership records.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/data-points-floating-in-the-air-scanning-1776037869719-89c85e97.png",
|
||||
},
|
||||
tag: "VIN", title: "Full History", subtitle: "Complete transparency", description: "Comprehensive vehicle specs, recall history, and ownership records.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/data-points-floating-in-the-air-scanning-1776037869719-89c85e97.png"},
|
||||
]}
|
||||
title="Smarter Car Intelligence"
|
||||
description="Our AI engine delivers accurate market intelligence instantly."
|
||||
@@ -136,52 +101,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
title: "Free",
|
||||
price: "$0",
|
||||
period: "forever",
|
||||
features: [
|
||||
"Basic valuation access",
|
||||
"Historical specs",
|
||||
],
|
||||
id: "free", title: "Free", price: "$0", period: "forever", features: [
|
||||
"Basic valuation access", "Historical specs"],
|
||||
button: {
|
||||
text: "Get Started",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/ultra-modern-car-data-intelligence-dashb-1776037836541-fe4158d4.png?_wi=2",
|
||||
imageAlt: "Ultra-modern car data intelligence dashboard interface on a tablet screen, showing graphs and auctio",
|
||||
},
|
||||
text: "Get Started"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/ultra-modern-car-data-intelligence-dashb-1776037836541-fe4158d4.png", imageAlt: "Ultra-modern car data intelligence dashboard interface on a tablet screen, showing graphs and auctio"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Pro",
|
||||
price: "$49",
|
||||
period: "month",
|
||||
features: [
|
||||
"Unlimited valuations",
|
||||
"Real-time deal alerts",
|
||||
"Pro dashboard",
|
||||
],
|
||||
id: "pro", title: "Pro", price: "$49", period: "month", features: [
|
||||
"Unlimited valuations", "Real-time deal alerts", "Pro dashboard"],
|
||||
button: {
|
||||
text: "Upgrade to Pro",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/close-up-of-a-luxury-car-steering-wheel--1776037848736-f8b2b9aa.png?_wi=2",
|
||||
imageAlt: "Ultra-modern car data intelligence dashboard interface on a tablet screen, showing graphs and auctio",
|
||||
},
|
||||
text: "Upgrade to Pro"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/close-up-of-a-luxury-car-steering-wheel--1776037848736-f8b2b9aa.png", imageAlt: "Ultra-modern car data intelligence dashboard interface on a tablet screen, showing graphs and auctio"},
|
||||
{
|
||||
id: "dealer",
|
||||
title: "Dealer",
|
||||
price: "$299",
|
||||
period: "month",
|
||||
features: [
|
||||
"Team management",
|
||||
"Market intelligence",
|
||||
"API access",
|
||||
],
|
||||
id: "dealer", title: "Dealer", price: "$299", period: "month", features: [
|
||||
"Team management", "Market intelligence", "API access"],
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/smartphone-interface-showing-a-live-map--1776037858649-92d44479.png?_wi=2",
|
||||
imageAlt: "Ultra-modern car data intelligence dashboard interface on a tablet screen, showing graphs and auctio",
|
||||
},
|
||||
text: "Contact Sales"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/smartphone-interface-showing-a-live-map--1776037858649-92d44479.png", imageAlt: "Ultra-modern car data intelligence dashboard interface on a tablet screen, showing graphs and auctio"},
|
||||
]}
|
||||
title="Transparent Pricing"
|
||||
description="Choose the right tier for your needs, from enthusiast to professional dealer."
|
||||
@@ -196,25 +132,15 @@ export default function LandingPage() {
|
||||
author="Marcus Sterling, CEO of Sterling Motors"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/headshot-of-a-confident-professional-man-1776037879632-ccea3178.png",
|
||||
alt: "Sarah J",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/headshot-of-a-confident-professional-man-1776037879632-ccea3178.png", alt: "Sarah J"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/headshot-of-a-professional-woman-in-a-te-1776037887732-50b64495.png",
|
||||
alt: "Michael C",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/headshot-of-a-professional-woman-in-a-te-1776037887732-50b64495.png", alt: "Michael C"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/young-entrepreneur-in-an-office-smiling--1776037896658-8b7e34b0.png",
|
||||
alt: "Emily R",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/young-entrepreneur-in-an-office-smiling--1776037896658-8b7e34b0.png", alt: "Emily R"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/portrait-of-a-car-dealer-standing-in-a-d-1776037906630-e5fe0561.png",
|
||||
alt: "David K",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/portrait-of-a-car-dealer-standing-in-a-d-1776037906630-e5fe0561.png", alt: "David K"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/portrait-of-a-financial-analyst-professi-1776037928357-bbec3c14.png",
|
||||
alt: "Marcus S",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/portrait-of-a-financial-analyst-professi-1776037928357-bbec3c14.png", alt: "Marcus S"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -228,27 +154,16 @@ export default function LandingPage() {
|
||||
description="Schedule a demo or ask us about our enterprise dealer packages."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
{
|
||||
name: "company",
|
||||
type: "text",
|
||||
placeholder: "Company / Dealership",
|
||||
},
|
||||
name: "company", type: "text", placeholder: "Company / Dealership"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "How can we help?", rows: 4,
|
||||
}}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aoqsk97V6anHxxdN0Td3wUnV1y/a-modern-sleek-desk-in-an-office-buildin-1776037940879-3c20e67a.png"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user