Update src/app/how-it-works/page.tsx
This commit is contained in:
@@ -60,6 +60,7 @@ export default function HowItWorksPage() {
|
||||
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>
|
||||
|
||||
@@ -86,14 +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"
|
||||
|
||||
Reference in New Issue
Block a user