Update src/app/page.tsx
This commit is contained in:
@@ -64,6 +64,7 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
button={{ text: "Contact Us", href: "/contact" }}
|
||||
animateOnLoad={true}
|
||||
logoSrc="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='18' fill='%2315479c' opacity='0.1'/%3E%3Ctext x='20' y='26' font-size='20' font-weight='bold' fill='%2315479c' text-anchor='middle' font-family='Arial'%3EU%3C/text%3E%3C/svg%3E"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -90,17 +91,13 @@ export default function HomePage() {
|
||||
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={[
|
||||
{
|
||||
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"
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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"
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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"
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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"
|
||||
},
|
||||
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"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -140,8 +137,7 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="How Our Import Process Works"
|
||||
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.", "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."
|
||||
]}
|
||||
"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."]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Learn More About Our Process", href: "/how-it-works" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -155,17 +151,13 @@ export default function HomePage() {
|
||||
author="Marcus Johnson, Car Enthusiast"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer testimonial 1"
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer testimonial 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial 2"
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer testimonial 3"
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer testimonial 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial 4"
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial 4"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -179,23 +171,17 @@ export default function HomePage() {
|
||||
description="Everything you need to know about importing Japanese vehicles and working with Ultraspeed."
|
||||
faqs={[
|
||||
{
|
||||
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."
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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."
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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."
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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."
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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."
|
||||
},
|
||||
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."},
|
||||
{
|
||||
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."
|
||||
},
|
||||
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."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user