Update src/app/how-it-works/page.tsx

This commit is contained in:
2026-03-03 22:09:35 +00:00
parent 568b5697eb
commit d65a3e8550

View File

@@ -19,24 +19,21 @@ export default function HowItWorksPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "How It Works", href: "/how-it-works" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Browse",
items: [
title: "Browse", items: [
{ label: "Inventory", href: "/inventory" },
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
{ label: "FAQ", href: "#faq" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Financing Terms", href: "#" },
@@ -59,7 +56,8 @@ export default function HowItWorksPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="JDM Imports"
brandName="Ultraspeed"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS9gOyc8R9tNGil9EtTzxBJzBv/uploaded-1772575677052-5rfflgk7.png"
navItems={navItems}
button={{ text: "Contact Us", href: "/contact" }}
animateOnLoad={true}
@@ -89,29 +87,11 @@ 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."
features={[
{
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",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -124,7 +104,7 @@ export default function HowItWorksPage() {
<div id="process-cta" data-section="process-cta">
<ContactCTA
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."
buttons={[
{ text: "Contact Our Team", href: "/contact" },
@@ -140,12 +120,12 @@ export default function HowItWorksPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=3"
imageAlt="JDM automotive background"
logoText="JDM Imports"
copyrightText="© 2025 JDM Imports. All rights reserved."
imageAlt="Ultraspeed automotive background"
logoText="Ultraspeed"
copyrightText="© 2025 Ultraspeed. All rights reserved."
columns={footerColumns}
/>
</div>
</ThemeProvider>
);
}
}