Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8388f92ec1 | |||
| 2f4ff051f1 | |||
| 672cfbc958 | |||
| 19a55f4683 | |||
| 925a44d234 | |||
| 03ce0d5f9d | |||
| 5ed4824831 | |||
| 41fca49aa2 | |||
| ab5f52169e | |||
| 8d232bb0d4 | |||
| a538beb576 | |||
| da47c03c18 | |||
| d65a3e8550 | |||
| 568b5697eb | |||
| 3e3f35d367 | |||
| de403ded87 |
@@ -19,24 +19,21 @@ export default function AboutPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "How It Works", href: "/how-it-works" },
|
{ label: "How It Works", href: "/how-it-works" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Browse",
|
title: "Browse", items: [
|
||||||
items: [
|
|
||||||
{ label: "Inventory", href: "/inventory" },
|
{ label: "Inventory", href: "/inventory" },
|
||||||
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
|
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Financing Terms", href: "#" },
|
{ label: "Financing Terms", href: "#" },
|
||||||
@@ -59,7 +56,7 @@ export default function AboutPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="JDM Imports"
|
brandName="Ultraspeed"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Contact Us", href: "/contact" }}
|
button={{ text: "Contact Us", href: "/contact" }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
@@ -68,7 +65,7 @@ export default function AboutPage() {
|
|||||||
|
|
||||||
<div id="about-hero" data-section="about-hero">
|
<div id="about-hero" data-section="about-hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="About JDM Imports"
|
title="About Ultraspeed"
|
||||||
description="We're passionate about bringing the best Japanese vehicles to American enthusiasts. Founded on principles of transparency, quality, and customer-first service, we've revolutionized the vehicle import process."
|
description="We're passionate about bringing the best Japanese vehicles to American enthusiasts. Founded on principles of transparency, quality, and customer-first service, we've revolutionized the vehicle import process."
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -76,7 +73,7 @@ export default function AboutPage() {
|
|||||||
{ text: "Our Process", href: "/how-it-works" },
|
{ text: "Our Process", href: "/how-it-works" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=4"
|
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=4"
|
||||||
imageAlt="About JDM Imports"
|
imageAlt="About Ultraspeed"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -87,9 +84,7 @@ export default function AboutPage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="Our Story & Mission"
|
title="Our Story & Mission"
|
||||||
description={[
|
description={[
|
||||||
"JDM Imports was founded by a team of automotive enthusiasts who experienced firsthand how complicated and stressful importing a Japanese vehicle could be. We decided to change that.",
|
"Ultraspeed was founded by a team of automotive enthusiasts who experienced firsthand how complicated and stressful importing a Japanese vehicle could be. We decided to change that.", "Today, we're dedicated to simplifying the import process through transparency, expertise, and unwavering commitment to customer satisfaction. We believe everyone should be able to own their dream Japanese vehicle without the headaches.", "Our mission is simple: provide the highest quality Japanese imports with complete transparency, fair pricing, and exceptional customer support. We don't just sell cars—we build relationships."
|
||||||
"Today, we're dedicated to simplifying the import process through transparency, expertise, and unwavering commitment to customer satisfaction. We believe everyone should be able to own their dream JDM vehicle without the headaches.",
|
|
||||||
"Our mission is simple: provide the highest quality Japanese imports with complete transparency, fair pricing, and exceptional customer support. We don't just sell cars—we build relationships.",
|
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "Contact Our Team", href: "/contact" }]}
|
buttons={[{ text: "Contact Our Team", href: "/contact" }]}
|
||||||
@@ -100,7 +95,7 @@ export default function AboutPage() {
|
|||||||
<div id="about-cta" data-section="about-cta">
|
<div id="about-cta" data-section="about-cta">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Join Our Community"
|
tag="Join Our Community"
|
||||||
title="Experience the JDM Imports Difference"
|
title="Experience the Ultraspeed Difference"
|
||||||
description="Whether you're a first-time importer or a seasoned enthusiast, we're here to help you find and import the perfect Japanese vehicle. Let's make your automotive dreams a reality."
|
description="Whether you're a first-time importer or a seasoned enthusiast, we're here to help you find and import the perfect Japanese vehicle. Let's make your automotive dreams a reality."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Browse Inventory", href: "/inventory" },
|
{ text: "Browse Inventory", href: "/inventory" },
|
||||||
@@ -116,12 +111,12 @@ export default function AboutPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=4"
|
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=4"
|
||||||
imageAlt="JDM automotive background"
|
imageAlt="Ultraspeed automotive background"
|
||||||
logoText="JDM Imports"
|
logoText="Ultraspeed"
|
||||||
copyrightText="© 2025 JDM Imports. All rights reserved."
|
copyrightText="© 2025 Ultraspeed. All rights reserved."
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,24 +19,21 @@ export default function ContactPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "How It Works", href: "/how-it-works" },
|
{ label: "How It Works", href: "/how-it-works" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Browse",
|
title: "Browse", items: [
|
||||||
items: [
|
|
||||||
{ label: "Inventory", href: "/inventory" },
|
{ label: "Inventory", href: "/inventory" },
|
||||||
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
|
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Financing Terms", href: "#" },
|
{ label: "Financing Terms", href: "#" },
|
||||||
@@ -59,7 +56,7 @@ export default function ContactPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="JDM Imports"
|
brandName="Ultraspeed"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Contact Us", href: "/contact" }}
|
button={{ text: "Contact Us", href: "/contact" }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
@@ -76,7 +73,7 @@ export default function ContactPage() {
|
|||||||
{ text: "Back to Home", href: "/" },
|
{ text: "Back to Home", href: "/" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=5"
|
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=5"
|
||||||
imageAlt="Contact JDM Imports"
|
imageAlt="Contact Ultraspeed"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -105,19 +102,13 @@ export default function ContactPage() {
|
|||||||
description="Find quick answers to frequently asked questions about contacting us and our services."
|
description="Find quick answers to frequently asked questions about contacting us and our services."
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What's the best way to reach your team?", content: "You can reach us via email, phone, or by filling out the contact form on this page. We typically respond within 24 hours during business days."
|
||||||
title: "What's the best way to reach your team?",
|
|
||||||
content: "You can reach us via email, phone, or by filling out the contact form on this page. We typically respond within 24 hours during business days.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Do you offer consultations before purchase?", content: "Absolutely! We recommend a consultation to discuss your needs, budget, and preferences. This helps us find the perfect vehicle for you."
|
||||||
title: "Do you offer consultations before purchase?",
|
|
||||||
content: "Absolutely! We recommend a consultation to discuss your needs, budget, and preferences. This helps us find the perfect vehicle for you.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Can I get updates on the import process?", content: "Yes. We provide regular updates at every stage of your import. You'll receive email and phone updates so you're always informed."
|
||||||
title: "Can I get updates on the import process?",
|
|
||||||
content: "Yes. We provide regular updates at every stage of your import. You'll receive email and phone updates so you're always informed.",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -130,12 +121,12 @@ export default function ContactPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=5"
|
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=5"
|
||||||
imageAlt="JDM automotive background"
|
imageAlt="Ultraspeed automotive background"
|
||||||
logoText="JDM Imports"
|
logoText="Ultraspeed"
|
||||||
copyrightText="© 2025 JDM Imports. All rights reserved."
|
copyrightText="© 2025 Ultraspeed. All rights reserved."
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,24 +19,21 @@ export default function HowItWorksPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "How It Works", href: "/how-it-works" },
|
{ label: "How It Works", href: "/how-it-works" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Browse",
|
title: "Browse", items: [
|
||||||
items: [
|
|
||||||
{ label: "Inventory", href: "/inventory" },
|
{ label: "Inventory", href: "/inventory" },
|
||||||
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
|
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Financing Terms", href: "#" },
|
{ label: "Financing Terms", href: "#" },
|
||||||
@@ -59,7 +56,7 @@ export default function HowItWorksPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="JDM Imports"
|
brandName="Ultraspeed"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Contact Us", href: "/contact" }}
|
button={{ text: "Contact Us", href: "/contact" }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
@@ -89,28 +86,13 @@ export default function HowItWorksPage() {
|
|||||||
description="Each step is designed for transparency and efficiency. We handle the complexity so you can focus on finding the perfect vehicle."
|
description="Each step is designed for transparency and efficiency. We handle the complexity so you can focus on finding the perfect vehicle."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Consultation & Selection", description: "We discuss your preferences and budget, then search for the perfect vehicle in Japan. Our team has established relationships with trusted sellers.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Consultation phase"
|
||||||
title: "Consultation & Selection",
|
|
||||||
description: "We discuss your preferences and budget, then search for the perfect vehicle in Japan. Our team has established relationships with trusted sellers.",
|
|
||||||
tag: "Step 1",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
|
||||||
imageAlt: "Consultation phase",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Inspection & Documentation", description: "Once we find your vehicle, we conduct a detailed inspection and gather all necessary documentation including auction sheets and maintenance records.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595842.jpg?_wi=2", imageAlt: "Inspection phase"
|
||||||
title: "Inspection & Documentation",
|
|
||||||
description: "Once we find your vehicle, we conduct a detailed inspection and gather all necessary documentation including auction sheets and maintenance records.",
|
|
||||||
tag: "Step 2",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595842.jpg?_wi=2",
|
|
||||||
imageAlt: "Inspection phase",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Purchase & Acquisition", description: "We handle the purchase negotiation and payment processing with Japanese sellers. All transactions are secure and fully documented.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg?_wi=2", imageAlt: "Purchase phase"
|
||||||
title: "Purchase & Acquisition",
|
|
||||||
description: "We handle the purchase negotiation and payment processing with Japanese sellers. All transactions are secure and fully documented.",
|
|
||||||
tag: "Step 3",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg?_wi=2",
|
|
||||||
imageAlt: "Purchase phase",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -124,7 +106,7 @@ export default function HowItWorksPage() {
|
|||||||
<div id="process-cta" data-section="process-cta">
|
<div id="process-cta" data-section="process-cta">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Ready to Begin?"
|
tag="Ready to Begin?"
|
||||||
title="Start Your JDM Import Journey Today"
|
title="Start Your Ultraspeed Import Journey Today"
|
||||||
description="Our team is ready to guide you through the process from start to finish. Contact us with your vehicle preferences or questions about our process."
|
description="Our team is ready to guide you through the process from start to finish. Contact us with your vehicle preferences or questions about our process."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Contact Our Team", href: "/contact" },
|
{ text: "Contact Our Team", href: "/contact" },
|
||||||
@@ -140,12 +122,12 @@ export default function HowItWorksPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=3"
|
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=3"
|
||||||
imageAlt="JDM automotive background"
|
imageAlt="Ultraspeed automotive background"
|
||||||
logoText="JDM Imports"
|
logoText="Ultraspeed"
|
||||||
copyrightText="© 2025 JDM Imports. All rights reserved."
|
copyrightText="© 2025 Ultraspeed. All rights reserved."
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,24 +19,21 @@ export default function InventoryPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "How It Works", href: "/how-it-works" },
|
{ label: "How It Works", href: "/how-it-works" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Browse",
|
title: "Browse", items: [
|
||||||
items: [
|
|
||||||
{ label: "Inventory", href: "/inventory" },
|
{ label: "Inventory", href: "/inventory" },
|
||||||
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
|
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Financing Terms", href: "#" },
|
{ label: "Financing Terms", href: "#" },
|
||||||
@@ -59,7 +56,7 @@ export default function InventoryPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="JDM Imports"
|
brandName="Ultraspeed"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Contact Us", href: "/contact" }}
|
button={{ text: "Contact Us", href: "/contact" }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
@@ -76,7 +73,7 @@ export default function InventoryPage() {
|
|||||||
{ text: "Back to Home", href: "/" },
|
{ text: "Back to Home", href: "/" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=2"
|
||||||
imageAlt="JDM inventory showcase"
|
imageAlt="Japanese inventory showcase"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -89,28 +86,13 @@ export default function InventoryPage() {
|
|||||||
description="Browse our available vehicles. Filter by price, model year, or type to find your perfect match. Each vehicle includes complete documentation and is ready for immediate purchase."
|
description="Browse our available vehicles. Filter by price, model year, or type to find your perfect match. Each vehicle includes complete documentation and is ready for immediate purchase."
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "2019 Nissan Skyline GT-R R35", price: "$89,500", imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg?_wi=2", imageAlt: "2019 Nissan Skyline GT-R R35", initialQuantity: 1,
|
||||||
name: "2019 Nissan Skyline GT-R R35",
|
|
||||||
price: "$89,500",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg?_wi=2",
|
|
||||||
imageAlt: "2019 Nissan Skyline GT-R R35",
|
|
||||||
initialQuantity: 1,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "2020 Subaru WRX STI", price: "$45,200", imageSrc: "http://img.b2bpic.net/free-photo/yellow-sport-car-with-black-autotuning-high-speed-drive_114579-5058.jpg?_wi=2", imageAlt: "2020 Subaru WRX STI", initialQuantity: 1,
|
||||||
name: "2020 Subaru WRX STI",
|
|
||||||
price: "$45,200",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-sport-car-with-black-autotuning-high-speed-drive_114579-5058.jpg?_wi=2",
|
|
||||||
imageAlt: "2020 Subaru WRX STI",
|
|
||||||
initialQuantity: 1,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "2021 Mazda RX-7 FD", price: "$72,000", imageSrc: "http://img.b2bpic.net/free-photo/black-cabriolet-sport-sedan-car-with-two-yellow-stripes_114579-1168.jpg?_wi=2", imageAlt: "2021 Mazda RX-7 FD", initialQuantity: 1,
|
||||||
name: "2021 Mazda RX-7 FD",
|
|
||||||
price: "$72,000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-cabriolet-sport-sedan-car-with-two-yellow-stripes_114579-1168.jpg?_wi=2",
|
|
||||||
imageAlt: "2021 Mazda RX-7 FD",
|
|
||||||
initialQuantity: 1,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -143,12 +125,12 @@ export default function InventoryPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=2"
|
||||||
imageAlt="JDM automotive background"
|
imageAlt="Ultraspeed automotive background"
|
||||||
logoText="JDM Imports"
|
logoText="Ultraspeed"
|
||||||
copyrightText="© 2025 JDM Imports. All rights reserved."
|
copyrightText="© 2025 Ultraspeed. All rights reserved."
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const publicSans = Public_Sans({
|
const publicSans = Public_Sans({
|
||||||
variable: "--font-public-sans",
|
variable: "--font-public-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "JDM Imports - High-Quality Japanese Vehicle Imports Made Simple",
|
title: "Ultraspeed - Premium Japanese Vehicle Imports Made Simple", description: "Import premium Japanese vehicles with confidence. We handle paperwork, customs, shipping, and compliance so you can focus on finding the perfect car.", keywords: "JDM imports, Japanese vehicles, car import, reliability, transparency, quality vehicles, Ultraspeed", metadataBase: new URL("https://ultraspeed.com"),
|
||||||
description: "Import premium Japanese vehicles with confidence. We handle paperwork, customs, shipping, and compliance so you can focus on finding the perfect car.",
|
|
||||||
keywords: "JDM imports, Japanese vehicles, car import, reliability, transparency, quality vehicles",
|
|
||||||
metadataBase: new URL("https://jdmimports.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://jdmimports.com",
|
canonical: "https://ultraspeed.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "JDM Imports - Japanese Vehicle Imports Made Simple",
|
title: "Ultraspeed - Japanese Vehicle Imports Made Simple", description: "Premium Japanese imports with transparent pricing, expert guidance, and complete support.", url: "https://ultraspeed.com", siteName: "Ultraspeed", type: "website", images: [
|
||||||
description: "Premium Japanese imports with transparent pricing, expert guidance, and complete support.",
|
|
||||||
url: "https://jdmimports.com",
|
|
||||||
siteName: "JDM Imports",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg",
|
url: "http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg", alt: "Premium JDM imported vehicles"},
|
||||||
alt: "Premium JDM imported vehicles",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Ultraspeed - Japanese Vehicle Imports Made Simple", description: "Browse our selection of premium Japanese imports with transparent pricing.", images: ["http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg"],
|
||||||
title: "JDM Imports - Japanese Vehicle Imports Made Simple",
|
|
||||||
description: "Browse our selection of premium Japanese imports with transparent pricing.",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg"],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
@@ -1432,4 +1416,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,24 +19,21 @@ export default function MailRouteVehiclesPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "How It Works", href: "/how-it-works" },
|
{ label: "How It Works", href: "/how-it-works" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Browse",
|
title: "Browse", items: [
|
||||||
items: [
|
|
||||||
{ label: "Inventory", href: "/inventory" },
|
{ label: "Inventory", href: "/inventory" },
|
||||||
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
|
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Financing Terms", href: "#" },
|
{ label: "Financing Terms", href: "#" },
|
||||||
@@ -59,7 +56,7 @@ export default function MailRouteVehiclesPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="JDM Imports"
|
brandName="Ultraspeed"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Contact Us", href: "/contact" }}
|
button={{ text: "Contact Us", href: "/contact" }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
@@ -85,32 +82,17 @@ export default function MailRouteVehiclesPage() {
|
|||||||
|
|
||||||
<div id="mail-route-benefits" data-section="mail-route-benefits">
|
<div id="mail-route-benefits" data-section="mail-route-benefits">
|
||||||
<FeatureCardMedia
|
<FeatureCardMedia
|
||||||
title="Why Choose JDM for Mail Route Vehicles"
|
title="Why Choose Ultraspeed for Mail Route Vehicles"
|
||||||
description="Our right-hand drive vehicles are specifically selected and prepared for USPS mail delivery operations. We understand the unique requirements of mail carriers."
|
description="Our right-hand drive vehicles are specifically selected and prepared for USPS mail delivery operations. We understand the unique requirements of mail carriers."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Right-Hand Drive Design", description: "Perfect ergonomic positioning for efficient mail delivery without unnecessary driver movement across the vehicle.", tag: "Efficient", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595842.jpg?_wi=3", imageAlt: "Right-hand drive advantage"
|
||||||
title: "Right-Hand Drive Design",
|
|
||||||
description: "Perfect ergonomic positioning for efficient mail delivery without unnecessary driver movement across the vehicle.",
|
|
||||||
tag: "Efficient",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595842.jpg?_wi=3",
|
|
||||||
imageAlt: "Right-hand drive advantage",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Cost Savings", description: "Reduce operating costs with reliable Japanese-made vehicles that have excellent fuel economy and low maintenance requirements.", tag: "Economical", imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg?_wi=3", imageAlt: "Cost efficiency"
|
||||||
title: "Cost Savings",
|
|
||||||
description: "Reduce operating costs with reliable Japanese-made vehicles that have excellent fuel economy and low maintenance requirements.",
|
|
||||||
tag: "Economical",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg?_wi=3",
|
|
||||||
imageAlt: "Cost efficiency",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "USPS Compliance", description: "All vehicles meet USPS specifications and EPA/DOT standards. We handle all necessary certifications and modifications.", tag: "Certified", imageSrc: "http://img.b2bpic.net/free-vector/verified-check-mark-badges_78370-9292.jpg?_wi=2", imageAlt: "USPS compliance"
|
||||||
title: "USPS Compliance",
|
|
||||||
description: "All vehicles meet USPS specifications and EPA/DOT standards. We handle all necessary certifications and modifications.",
|
|
||||||
tag: "Certified",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/verified-check-mark-badges_78370-9292.jpg?_wi=2",
|
|
||||||
imageAlt: "USPS compliance",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -140,12 +122,12 @@ export default function MailRouteVehiclesPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=6"
|
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=6"
|
||||||
imageAlt="JDM automotive background"
|
imageAlt="Ultraspeed automotive background"
|
||||||
logoText="JDM Imports"
|
logoText="Ultraspeed"
|
||||||
copyrightText="© 2025 JDM Imports. All rights reserved."
|
copyrightText="© 2025 Ultraspeed. All rights reserved."
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
120
src/app/page.tsx
120
src/app/page.tsx
@@ -23,24 +23,21 @@ export default function HomePage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "How It Works", href: "/how-it-works" },
|
{ label: "How It Works", href: "/how-it-works" },
|
||||||
{ label: "Contact", href: "/contact" },
|
{ label: "Contact", href: "/contact" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Browse",
|
title: "Browse", items: [
|
||||||
items: [
|
|
||||||
{ label: "Inventory", href: "/inventory" },
|
{ label: "Inventory", href: "/inventory" },
|
||||||
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
|
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
|
||||||
{ label: "FAQ", href: "#faq" },
|
{ label: "FAQ", href: "#faq" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Financing Terms", href: "#" },
|
{ label: "Financing Terms", href: "#" },
|
||||||
@@ -63,7 +60,7 @@ export default function HomePage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="JDM Imports"
|
brandName="Ultraspeed"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{ text: "Contact Us", href: "/contact" }}
|
button={{ text: "Contact Us", href: "/contact" }}
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
@@ -72,7 +69,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="JDM Imports Made Simple."
|
title="Ultraspeed: Japanese Vehicle Imports Made Simple."
|
||||||
description="Importing a Japanese vehicle yourself is stressful and complicated. Customs, paperwork, compliance, shipping—we handle everything so you can focus on finding the perfect car."
|
description="Importing a Japanese vehicle yourself is stressful and complicated. Customs, paperwork, compliance, shipping—we handle everything so you can focus on finding the perfect car."
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
@@ -80,7 +77,7 @@ export default function HomePage() {
|
|||||||
{ text: "Start an Import", href: "/contact" },
|
{ text: "Start an Import", href: "/contact" },
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=1"
|
||||||
imageAlt="Premium JDM imported vehicles on display"
|
imageAlt="Premium Japanese imported vehicles on display"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -89,40 +86,20 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="why-us" data-section="why-us">
|
<div id="why-us" data-section="why-us">
|
||||||
<FeatureCardMedia
|
<FeatureCardMedia
|
||||||
title="Why Buy From Us"
|
title="Why Buy From Ultraspeed"
|
||||||
description="We specialize in transparency, quality, reliability, and customer support. Every vehicle is carefully selected and vetted to ensure you get exactly what you're paying for."
|
description="We specialize in transparency, quality, reliability, and customer support. Every vehicle is carefully selected and vetted to ensure you get exactly what you're paying for."
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Transparency First", description: "Full disclosure on mileage, condition, history, and import process. No surprises, no hidden fees.", tag: "Trust", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595842.jpg?_wi=1", imageAlt: "Transparency icon"
|
||||||
title: "Transparency First",
|
|
||||||
description: "Full disclosure on mileage, condition, history, and import process. No surprises, no hidden fees.",
|
|
||||||
tag: "Trust",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595842.jpg?_wi=1",
|
|
||||||
imageAlt: "Transparency icon",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Quality Vehicles", description: "Low-mileage, well-maintained Japanese imports hand-selected by our expert team.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-vector/verified-check-mark-badges_78370-9292.jpg?_wi=1", imageAlt: "Quality assurance icon"
|
||||||
title: "Quality Vehicles",
|
|
||||||
description: "Low-mileage, well-maintained Japanese imports hand-selected by our expert team.",
|
|
||||||
tag: "Quality",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/verified-check-mark-badges_78370-9292.jpg?_wi=1",
|
|
||||||
imageAlt: "Quality assurance icon",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Hassle-Free Process", description: "We handle all paperwork, shipping, customs, and compliance. You just pick your car.", tag: "Simple", imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg?_wi=1", imageAlt: "Streamlined process icon"
|
||||||
title: "Hassle-Free Process",
|
|
||||||
description: "We handle all paperwork, shipping, customs, and compliance. You just pick your car.",
|
|
||||||
tag: "Simple",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg?_wi=1",
|
|
||||||
imageAlt: "Streamlined process icon",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Ongoing Support", description: "Our relationship doesn't end at purchase. We're here for questions and support long after.", tag: "Support", imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg", imageAlt: "Customer support icon"
|
||||||
title: "Ongoing Support",
|
|
||||||
description: "Our relationship doesn't end at purchase. We're here for questions and support long after.",
|
|
||||||
tag: "Support",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/sales-assistant-being-employed-customer-care-support-job-working-telemarketing-call-center-helpdesk-female-receptionist-with-helpline-service-helping-clients-remote-communication_482257-43021.jpg",
|
|
||||||
imageAlt: "Customer support icon",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -139,28 +116,13 @@ export default function HomePage() {
|
|||||||
description="Browse a selection of our current inventory. Each listing includes detailed specs, comprehensive photos, and full transparency on condition and pricing."
|
description="Browse a selection of our current inventory. Each listing includes detailed specs, comprehensive photos, and full transparency on condition and pricing."
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "2019 Nissan Skyline GT-R R35", price: "$89,500", imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg?_wi=1", imageAlt: "2019 Nissan Skyline GT-R R35", initialQuantity: 1,
|
||||||
name: "2019 Nissan Skyline GT-R R35",
|
|
||||||
price: "$89,500",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg?_wi=1",
|
|
||||||
imageAlt: "2019 Nissan Skyline GT-R R35",
|
|
||||||
initialQuantity: 1,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "2020 Subaru WRX STI", price: "$45,200", imageSrc: "http://img.b2bpic.net/free-photo/yellow-sport-car-with-black-autotuning-high-speed-drive_114579-5058.jpg?_wi=1", imageAlt: "2020 Subaru WRX STI", initialQuantity: 1,
|
||||||
name: "2020 Subaru WRX STI",
|
|
||||||
price: "$45,200",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-sport-car-with-black-autotuning-high-speed-drive_114579-5058.jpg?_wi=1",
|
|
||||||
imageAlt: "2020 Subaru WRX STI",
|
|
||||||
initialQuantity: 1,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "2021 Mazda RX-7 FD", price: "$72,000", imageSrc: "http://img.b2bpic.net/free-photo/black-cabriolet-sport-sedan-car-with-two-yellow-stripes_114579-1168.jpg?_wi=1", imageAlt: "2021 Mazda RX-7 FD", initialQuantity: 1,
|
||||||
name: "2021 Mazda RX-7 FD",
|
|
||||||
price: "$72,000",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/black-cabriolet-sport-sedan-car-with-two-yellow-stripes_114579-1168.jpg?_wi=1",
|
|
||||||
imageAlt: "2021 Mazda RX-7 FD",
|
|
||||||
initialQuantity: 1,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -178,9 +140,7 @@ export default function HomePage() {
|
|||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
title="How Our Import Process Works"
|
title="How Our Import Process Works"
|
||||||
description={[
|
description={[
|
||||||
"We've streamlined the Japanese vehicle import process into simple, transparent steps. From sourcing to delivery, you'll know exactly what's happening with your vehicle.",
|
"We've streamlined the Japanese vehicle import process into simple, transparent steps. From sourcing to delivery, you'll know exactly what's happening with your vehicle.", "Our team handles all the complexity—customs documentation, compliance verification, safe shipping, and final inspection—so you can focus on enjoying your new import.", "Whether it's your first import or you're a seasoned enthusiast, we make the process as straightforward as buying a domestic vehicle."
|
||||||
"Our team handles all the complexity—customs documentation, compliance verification, safe shipping, and final inspection—so you can focus on enjoying your new import.",
|
|
||||||
"Whether it's your first import or you're a seasoned enthusiast, we make the process as straightforward as buying a domestic vehicle.",
|
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
buttons={[{ text: "Learn More About Our Process", href: "/how-it-works" }]}
|
buttons={[{ text: "Learn More About Our Process", href: "/how-it-works" }]}
|
||||||
@@ -190,25 +150,21 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFifteen
|
<TestimonialCardFifteen
|
||||||
testimonial="I was nervous about importing a car, but JDM Imports made the entire process incredibly transparent and stress-free. They handled everything professionally, answered every question, and delivered exactly what they promised. I couldn't be happier with my Skyline."
|
testimonial="I was nervous about importing a car, but Ultraspeed made the entire process incredibly transparent and stress-free. They handled everything professionally, answered every question, and delivered exactly what they promised. I couldn't be happier with my Skyline."
|
||||||
rating={5}
|
rating={5}
|
||||||
author="Marcus Johnson, Car Enthusiast"
|
author="Marcus Johnson, Car Enthusiast"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer testimonial 1"
|
||||||
alt: "Customer testimonial 1",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial 2"
|
||||||
alt: "Customer testimonial 2",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer testimonial 3"
|
||||||
alt: "Customer testimonial 3",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
|
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial 4"
|
||||||
alt: "Customer testimonial 4",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
@@ -220,37 +176,25 @@ export default function HomePage() {
|
|||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqBase
|
<FaqBase
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Everything you need to know about importing Japanese vehicles and working with JDM Imports."
|
description="Everything you need to know about importing Japanese vehicles and working with Ultraspeed."
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "What makes importing through Ultraspeed easier than doing it myself?", content: "We handle all the complex logistics: sourcing vehicles in Japan, managing customs documentation, arranging certified shipping, handling compliance verification, and managing final inspection. You avoid the stress, delays, and potential complications of navigating this process alone."
|
||||||
title: "What makes importing through JDM Imports easier than doing it myself?",
|
|
||||||
content: "We handle all the complex logistics: sourcing vehicles in Japan, managing customs documentation, arranging certified shipping, handling compliance verification, and managing final inspection. You avoid the stress, delays, and potential complications of navigating this process alone.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "How long does the import process take?", content: "Typically 6-12 weeks from order to delivery, depending on the specific vehicle and any customization requests. We keep you updated at every stage of the process."
|
||||||
title: "How long does the import process take?",
|
|
||||||
content: "Typically 6-12 weeks from order to delivery, depending on the specific vehicle and any customization requests. We keep you updated at every stage of the process.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Are all your vehicles legal to drive in the U.S.?", content: "Yes. We ensure all vehicles meet EPA and DOT compliance standards. We handle all necessary modifications and certifications to make them fully street-legal and road-ready."
|
||||||
title: "Are all your vehicles legal to drive in the U.S.?",
|
|
||||||
content: "Yes. We ensure all vehicles meet EPA and DOT compliance standards. We handle all necessary modifications and certifications to make them fully street-legal and road-ready.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", title: "Do you offer financing options?", content: "We work with trusted lending partners to offer competitive financing for qualified buyers. Contact us for details on available financing programs."
|
||||||
title: "Do you offer financing options?",
|
|
||||||
content: "We work with trusted lending partners to offer competitive financing for qualified buyers. Contact us for details on available financing programs.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", title: "What kind of warranty do you provide?", content: "All our vehicles come with a comprehensive warranty covering mechanical defects. We also offer extended warranty options for additional peace of mind."
|
||||||
title: "What kind of warranty do you provide?",
|
|
||||||
content: "All our vehicles come with a comprehensive warranty covering mechanical defects. We also offer extended warranty options for additional peace of mind.",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6",
|
id: "6", title: "Can you help me find a specific vehicle?", content: "Absolutely. If you have a specific model or year in mind, our team can search for it in Japan and manage the entire import process for you. Contact us with your vehicle preferences."
|
||||||
title: "Can you help me find a specific vehicle?",
|
|
||||||
content: "Absolutely. If you have a specific model or year in mind, our team can search for it in Japan and manage the entire import process for you. Contact us with your vehicle preferences.",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
@@ -263,7 +207,7 @@ export default function HomePage() {
|
|||||||
<div id="contact-cta" data-section="contact-cta">
|
<div id="contact-cta" data-section="contact-cta">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Ready to Get Started?"
|
tag="Ready to Get Started?"
|
||||||
title="Let's Find Your Perfect JDM Import"
|
title="Let's Find Your Perfect Japanese Import"
|
||||||
description="Whether you want to browse our current inventory or request a specific vehicle, our team is ready to help. We'll guide you through every step of the process."
|
description="Whether you want to browse our current inventory or request a specific vehicle, our team is ready to help. We'll guide you through every step of the process."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Browse Our Inventory", href: "/inventory" },
|
{ text: "Browse Our Inventory", href: "/inventory" },
|
||||||
@@ -279,12 +223,12 @@ export default function HomePage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=1"
|
||||||
imageAlt="JDM automotive background"
|
imageAlt="Ultraspeed automotive background"
|
||||||
logoText="JDM Imports"
|
logoText="Ultraspeed"
|
||||||
copyrightText="© 2025 JDM Imports. All rights reserved."
|
copyrightText="© 2025 Ultraspeed. All rights reserved."
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #ffffff;;
|
/* --background: #ffffff;;;
|
||||||
--card: #f9f9f9;;
|
--card: #f9f9f9;;;
|
||||||
--foreground: #120a00e6;;
|
--foreground: #000612e6;;;
|
||||||
--primary-cta: #E34400;;
|
--primary-cta: #15479c;;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #f9f9f9;;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #e2e2e2;;;
|
||||||
--background-accent: #E34400;; */
|
--background-accent: #c4c4c4;;; */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #ffffff;;;
|
||||||
--card: #f9f9f9;;
|
--card: #f9f9f9;;;
|
||||||
--foreground: #120a00e6;;
|
--foreground: #000612e6;;;
|
||||||
--primary-cta: #E34400;;
|
--primary-cta: #15479c;;;
|
||||||
--primary-cta-text: #ffffff;;
|
--primary-cta-text: #ffffff;;;
|
||||||
--secondary-cta: #f9f9f9;;
|
--secondary-cta: #f9f9f9;;;
|
||||||
--secondary-cta-text: #120a00e6;;
|
--secondary-cta-text: #000612e6;;;
|
||||||
--accent: #e2e2e2;;
|
--accent: #e2e2e2;;;
|
||||||
--background-accent: #E34400;;
|
--background-accent: #c4c4c4;;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user