Merge version_2 into main #4
@@ -1,56 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Nunito } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "DealerAI - AI Customer Engagement for Car Dealerships",
|
||||
description: "Never miss a customer again. DealerAI's AI-powered system responds to every lead 24/7 and automates follow-ups. Boost conversions and let your team focus on closing deals.",
|
||||
keywords: "AI for car dealerships, customer engagement, lead automation, sales AI, automotive CRM",
|
||||
openGraph: {
|
||||
title: "DealerAI - AI Customer Engagement Platform",
|
||||
description: "Transform your dealership with 24/7 AI-powered customer engagement. Respond to every lead instantly.",
|
||||
type: "website",
|
||||
siteName: "DealerAI",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/a-modern-saas-dashboard-interface-showin-1772592862114-4af1edba.png",
|
||||
alt: "DealerAI Dashboard",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "DealerAI - AI for Car Dealerships",
|
||||
description: "Automate customer engagement and close more deals with intelligent AI responses.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/a-modern-saas-dashboard-interface-showin-1772592862114-4af1edba.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "DealerAI - AI Customer Engagement for Car Dealerships", description: "Never miss a customer again. DealerAI responds to every inquiry 24/7 with intelligent, personalized follow-ups."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${nunito.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1418,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -57,7 +57,8 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName="DealerAI"
|
||||
button={{
|
||||
text: "Get Started Free", href: "https://app.dealerai.com/signup"}}
|
||||
text: "Get Started Free", href: "https://app.dealerai.com/signup"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -70,29 +71,35 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Start Free Trial", href: "/signup" },
|
||||
{ text: "Get Free Access Now", href: "/signup" },
|
||||
{ text: "See Demo", href: "/demo" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/a-modern-saas-dashboard-interface-showin-1772592862114-4af1edba.png", imageAlt: "DealerAI Dashboard"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/a-modern-saas-dashboard-interface-showin-1772592862114-4af1edba.png", imageAlt: "DealerAI Dashboard"
|
||||
},
|
||||
{
|
||||
id: "2", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/ai-chatbot-interface-mockup-for-car-deal-1772592861193-f6c40350.png", imageAlt: "AI Chatbot Interface"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/ai-chatbot-interface-mockup-for-car-deal-1772592861193-f6c40350.png", imageAlt: "AI Chatbot Interface"
|
||||
},
|
||||
{
|
||||
id: "3", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/automated-follow-up-workflow-diagram-sho-1772592860997-ad52c1b0.png", imageAlt: "Automated Follow-up Workflow"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/automated-follow-up-workflow-diagram-sho-1772592860997-ad52c1b0.png", imageAlt: "Automated Follow-up Workflow"
|
||||
},
|
||||
{
|
||||
id: "4", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/mobile-app-interface-for-car-dealership--1772592861346-75dffe4d.png", imageAlt: "Mobile App Interface"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/mobile-app-interface-for-car-dealership--1772592861346-75dffe4d.png", imageAlt: "Mobile App Interface"
|
||||
},
|
||||
{
|
||||
id: "5", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/real-time-customer-engagement-analytics--1772592862418-72c291de.png?_wi=1", imageAlt: "Real-time Analytics"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/real-time-customer-engagement-analytics--1772592862418-72c291de.png?_wi=1", imageAlt: "Real-time Analytics"
|
||||
},
|
||||
{
|
||||
id: "6", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/integration-panel-showing-dealerai-conne-1772592860767-43ca583e.png", imageAlt: "Integration Panel"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/integration-panel-showing-dealerai-conne-1772592860767-43ca583e.png", imageAlt: "Integration Panel"
|
||||
},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -135,26 +142,34 @@ export default function HomePage() {
|
||||
{
|
||||
userMessage:
|
||||
"Do you have any 2024 Toyota Camrys in stock?", aiResponse:
|
||||
"Yes! We have 3 Toyota Camrys available. Would you like details on colors and pricing?"},
|
||||
"Yes! We have 3 Toyota Camrys available. Would you like details on colors and pricing?"
|
||||
},
|
||||
{
|
||||
userMessage: "What's the price on the blue one?", aiResponse:
|
||||
"The 2024 Camry in Blue Metallic is $28,995. Would you like to schedule a test drive?"},
|
||||
"The 2024 Camry in Blue Metallic is $28,995. Would you like to schedule a test drive?"
|
||||
},
|
||||
],
|
||||
placeholder: "Ask about our inventory..."},
|
||||
placeholder: "Ask about our inventory..."
|
||||
},
|
||||
{
|
||||
title: "Automated Follow-Up Sequences", description:
|
||||
"Smart follow-up reminders keep leads warm and nurture customers through their buying journey", bentoComponent: "timeline", heading: "Customer Journey Timeline", subheading: "Automated engagement at key touchpoints", items: [
|
||||
{
|
||||
label: "Initial Lead", detail: "Immediate AI response to inquiry"},
|
||||
label: "Initial Lead", detail: "Immediate AI response to inquiry"
|
||||
},
|
||||
{
|
||||
label: "24-Hour Follow-Up", detail: "Personalized inventory recommendations"},
|
||||
label: "24-Hour Follow-Up", detail: "Personalized inventory recommendations"
|
||||
},
|
||||
{
|
||||
label: "Test Drive Reminder", detail: "Confirm appointment and send directions"},
|
||||
label: "Test Drive Reminder", detail: "Confirm appointment and send directions"
|
||||
},
|
||||
],
|
||||
completedLabel: "Customer Ready for Sale"},
|
||||
completedLabel: "Customer Ready for Sale"
|
||||
},
|
||||
{
|
||||
title: "Real-Time Analytics", description:
|
||||
"Track engagement metrics, conversion rates, and AI performance with comprehensive dashboards", bentoComponent: "line-chart"},
|
||||
"Track engagement metrics, conversion rates, and AI performance with comprehensive dashboards", bentoComponent: "line-chart"
|
||||
},
|
||||
{
|
||||
title: "CRM Integration", description:
|
||||
"Seamlessly connect with your existing dealership management and CRM systems", bentoComponent: "orbiting-icons", centerIcon: LinkIcon,
|
||||
@@ -186,7 +201,8 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Premier Auto Group", "Sunset Motors", "Velocity Automotive", "Elite Car Sales", "Crossroads Dealership", "Victory Motors", "Pinnacle Auto Co", "Horizon Auto Sales"]}
|
||||
"Premier Auto Group", "Sunset Motors", "Velocity Automotive", "Elite Car Sales", "Crossroads Dealership", "Victory Motors", "Pinnacle Auto Co", "Horizon Auto Sales"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -205,25 +221,31 @@ export default function HomePage() {
|
||||
id: "starter", tag: "Starter Plan", tagIcon: Zap,
|
||||
price: "$499", period: "/month", description:
|
||||
"Perfect for small dealerships just getting started with AI customer engagement", button: {
|
||||
text: "Start Free Trial", href: "/signup"},
|
||||
text: "Start Free Trial", href: "/signup"
|
||||
},
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"AI responses for up to 100 leads/month", "Basic analytics dashboard", "Email integration", "Standard support"],
|
||||
"AI responses for up to 100 leads/month", "Basic analytics dashboard", "Email integration", "Standard support"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "professional", tag: "Professional Plan", tagIcon: Star,
|
||||
price: "$1,299", period: "/month", description:
|
||||
"For growing dealerships with higher volume and advanced needs", button: {
|
||||
text: "Start Free Trial", href: "/signup"},
|
||||
text: "Start Free Trial", href: "/signup"
|
||||
},
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"AI responses for up to 500 leads/month", "Advanced analytics with lead scoring", "CRM integration (DMS compatible)", "Priority support", "Custom follow-up sequences"],
|
||||
"AI responses for up to 500 leads/month", "Advanced analytics with lead scoring", "CRM integration (DMS compatible)", "Priority support", "Custom follow-up sequences"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise", tag: "Enterprise Plan", tagIcon: Crown,
|
||||
price: "Custom", period: "/month", description:
|
||||
"For large dealership groups requiring unlimited scale and customization", button: {
|
||||
text: "Contact Sales", href: "/contact"},
|
||||
text: "Contact Sales", href: "/contact"
|
||||
},
|
||||
featuresTitle: "What's Included:", features: [
|
||||
"Unlimited AI lead responses", "Multi-location support", "Full CRM ecosystem integration", "Dedicated account manager", "Custom AI training for your dealership", "API access"],
|
||||
"Unlimited AI lead responses", "Multi-location support", "Full CRM ecosystem integration", "Dedicated account manager", "Custom AI training for your dealership", "API access"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -241,27 +263,33 @@ export default function HomePage() {
|
||||
{
|
||||
id: "1", name: "Marcus Thompson", handle: "Owner, Premier Auto Group", testimonial:
|
||||
"DealerAI has been a game-changer for us. We've seen a 40% increase in test drive bookings and our sales team can focus on closing deals instead of chasing leads.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/professional-headshot-of-a-car-dealershi-1772592861206-86c32ef5.png?_wi=1", imageAlt: "Marcus Thompson"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/professional-headshot-of-a-car-dealershi-1772592861206-86c32ef5.png?_wi=1", imageAlt: "Marcus Thompson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Chen", handle: "Sales Director, Velocity Motors", testimonial:
|
||||
"The AI responds instantly to every customer inquiry. We've cut our response time from hours to seconds. Customer satisfaction has never been higher.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/professional-headshot-of-a-female-car-de-1772592861228-fc371946.png?_wi=1", imageAlt: "Sarah Chen"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/professional-headshot-of-a-female-car-de-1772592861228-fc371946.png?_wi=1", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "David Rodriguez", handle: "General Manager, Elite Car Sales", testimonial:
|
||||
"Best investment we've made for our dealership. The system handles qualification, follow-ups, and even scheduling. Our team is way more productive.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/professional-headshot-of-a-male-automoti-1772592863250-3842fb48.png?_wi=1", imageAlt: "David Rodriguez"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/professional-headshot-of-a-male-automoti-1772592863250-3842fb48.png?_wi=1", imageAlt: "David Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Jennifer Park", handle: "Marketing Manager, Sunset Motors", testimonial:
|
||||
"No more lost leads at night or on weekends. DealerAI keeps the conversation going 24/7. Our conversion rate jumped 35% in the first month.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/professional-headshot-of-a-female-automo-1772592860529-bf61dc0b.png?_wi=1", imageAlt: "Jennifer Park"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/professional-headshot-of-a-female-automo-1772592860529-bf61dc0b.png?_wi=1", imageAlt: "Jennifer Park"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Robert Martinez", handle: "Owner, Crossroads Dealership", testimonial:
|
||||
"I was skeptical about AI handling customer interactions, but DealerAI sounds natural and actually moves deals forward. This is the real deal.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/professional-headshot-of-a-male-dealersh-1772592860002-c2e240e1.png?_wi=1", imageAlt: "Robert Martinez"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/professional-headshot-of-a-male-dealersh-1772592860002-c2e240e1.png?_wi=1", imageAlt: "Robert Martinez"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Michelle Anderson", handle: "Dealer Principal, Victory Motors", testimonial:
|
||||
"The ROI was immediate. Within 60 days, we recovered our investment and now see consistent returns. Highly recommend to any dealership.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/professional-headshot-of-a-female-automo-1772592859923-b3ea426c.png?_wi=1", imageAlt: "Michelle Anderson"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ASjH9ZlaSXnWPA87VBus8QRz8X/professional-headshot-of-a-female-automo-1772592859923-b3ea426c.png?_wi=1", imageAlt: "Michelle Anderson"
|
||||
},
|
||||
]}
|
||||
speed={40}
|
||||
topMarqueeDirection="left"
|
||||
@@ -301,4 +329,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user