diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 23f90a5..00f33da 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -60,6 +60,7 @@ export default function AboutPage() {
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"
/>
@@ -84,8 +85,7 @@ export default function AboutPage() {
@@ -102,14 +103,11 @@ export default function ContactPage() {
description="Find quick answers to frequently asked questions about contacting us and our services."
faqs={[
{
- 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."
- },
+ 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."},
{
- 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."
- },
+ 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."},
{
- 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."
- },
+ 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."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx
index c51a56f..81eb115 100644
--- a/src/app/how-it-works/page.tsx
+++ b/src/app/how-it-works/page.tsx
@@ -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"
/>
@@ -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"
diff --git a/src/app/inventory/page.tsx b/src/app/inventory/page.tsx
index d412a4a..10c3fe6 100644
--- a/src/app/inventory/page.tsx
+++ b/src/app/inventory/page.tsx
@@ -60,6 +60,7 @@ export default function InventoryPage() {
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"
/>
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 09e6f58..c4368ed 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,51 +1,20 @@
import type { Metadata } from "next";
-import { Public_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
-import { ServiceWrapper } from "@/components/ServiceWrapper";
-import Tag from "@/tag/Tag";
-const publicSans = Public_Sans({
- variable: "--font-public-sans", subsets: ["latin"],
-});
-
-const inter = Inter({
- variable: "--font-inter", subsets: ["latin"],
-});
+const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
- 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"),
- alternates: {
- canonical: "https://ultraspeed.com"},
- openGraph: {
- 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: [
- {
- url: "http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg", alt: "Premium JDM imported vehicles"},
- ],
- },
- twitter: {
- 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"],
- },
- robots: {
- index: true,
- follow: true,
- },
-};
+ title: "Ultraspeed - Japanese Vehicle Imports", description: "Import premium Japanese vehicles with Ultraspeed. Transparent, reliable, and hassle-free vehicle imports."};
export default function RootLayout({
children,
-}: Readonly<{
+}: {
children: React.ReactNode;
-}>) {
+}) {
return (
-
-
-
-
- {children}
-
+
+ {children}
-
);
}
diff --git a/src/app/mail-route-vehicles/page.tsx b/src/app/mail-route-vehicles/page.tsx
index f6986f5..5799fcc 100644
--- a/src/app/mail-route-vehicles/page.tsx
+++ b/src/app/mail-route-vehicles/page.tsx
@@ -60,6 +60,7 @@ export default function MailRouteVehiclesPage() {
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"
/>
@@ -86,14 +87,11 @@ export default function MailRouteVehiclesPage() {
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={[
{
- 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"
- },
+ 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"},
{
- 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"
- },
+ 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"},
{
- 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"
- },
+ 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"},
]}
animationType="slide-up"
textboxLayout="default"
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 91b7a7a..1d9c599 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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"
/>
@@ -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() {