From 3e3f35d367809fccdb2f137064b8c35ca1c7716f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:09:33 +0000 Subject: [PATCH 1/8] Update src/app/about/page.tsx --- src/app/about/page.tsx | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9d5f8eb..6b7ba26 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -19,24 +19,21 @@ export default function AboutPage() { 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 AboutPage() { > ); -} \ No newline at end of file +} -- 2.49.1 From 568b5697eb6856b31aeb5c1dbe6099a42fec2d9b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:09:34 +0000 Subject: [PATCH 2/8] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a866e79..5973278 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,24 +19,21 @@ export default function ContactPage() { 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 ContactPage() { > ); -} \ No newline at end of file +} -- 2.49.1 From d65a3e85506a1baaaf178c7569439b95a88f7e67 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:09:35 +0000 Subject: [PATCH 3/8] Update src/app/how-it-works/page.tsx --- src/app/how-it-works/page.tsx | 46 ++++++++++------------------------- 1 file changed, 13 insertions(+), 33 deletions(-) diff --git a/src/app/how-it-works/page.tsx b/src/app/how-it-works/page.tsx index 53ca36f..5d3f0b0 100644 --- a/src/app/how-it-works/page.tsx +++ b/src/app/how-it-works/page.tsx @@ -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() { > ); -} \ No newline at end of file +} -- 2.49.1 From da47c03c18b4019aecbad6676c43ea339fc302dc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:09:35 +0000 Subject: [PATCH 4/8] Update src/app/inventory/page.tsx --- src/app/inventory/page.tsx | 43 ++++++++++++-------------------------- 1 file changed, 13 insertions(+), 30 deletions(-) diff --git a/src/app/inventory/page.tsx b/src/app/inventory/page.tsx index abdce25..755e228 100644 --- a/src/app/inventory/page.tsx +++ b/src/app/inventory/page.tsx @@ -19,24 +19,21 @@ export default function InventoryPage() { 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 InventoryPage() { > ); -} \ No newline at end of file +} -- 2.49.1 From a538beb576f2707fa9a33256383cf822639173aa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:09:36 +0000 Subject: [PATCH 5/8] Update src/app/layout.tsx --- src/app/layout.tsx | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d4114dc..09e6f58 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const publicSans = Public_Sans({ - variable: "--font-public-sans", - subsets: ["latin"], + variable: "--font-public-sans", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "JDM Imports - High-Quality 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", - metadataBase: new URL("https://jdmimports.com"), + 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://jdmimports.com", - }, + canonical: "https://ultraspeed.com"}, openGraph: { - title: "JDM Imports - Japanese Vehicle Imports Made Simple", - description: "Premium Japanese imports with transparent pricing, expert guidance, and complete support.", - url: "https://jdmimports.com", - siteName: "JDM Imports", - type: "website", - images: [ + 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", - }, + 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: "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"], + 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, @@ -1432,4 +1416,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 8d232bb0d45504c1795e8100325c2238b27f0587 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:09:36 +0000 Subject: [PATCH 6/8] Update src/app/mail-route-vehicles/page.tsx --- src/app/mail-route-vehicles/page.tsx | 46 ++++++++-------------------- 1 file changed, 13 insertions(+), 33 deletions(-) diff --git a/src/app/mail-route-vehicles/page.tsx b/src/app/mail-route-vehicles/page.tsx index 65fd17b..69e3f21 100644 --- a/src/app/mail-route-vehicles/page.tsx +++ b/src/app/mail-route-vehicles/page.tsx @@ -19,24 +19,21 @@ export default function MailRouteVehiclesPage() { 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 MailRouteVehiclesPage() { > ); -} \ No newline at end of file +} -- 2.49.1 From ab5f52169eec126fdbf29c762f5a3c9674027f48 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:09:37 +0000 Subject: [PATCH 7/8] Update src/app/page.tsx --- src/app/page.tsx | 136 ++++++++++++----------------------------------- 1 file changed, 33 insertions(+), 103 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c61eb2..07a8ff5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,24 +23,21 @@ export default function HomePage() { 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: "#" }, @@ -63,7 +60,8 @@ export default function HomePage() { > ); -} \ No newline at end of file +} -- 2.49.1 From 41fca49aa214c93180deb7e451a704fe3a1a0cef Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 22:09:39 +0000 Subject: [PATCH 8/8] Update src/app/styles/variables.css --- src/app/styles/variables.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 6e0a3ca..bd2591d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,21 +4,21 @@ /* --background: #ffffff;; --card: #f9f9f9;; - --foreground: #120a00e6;; - --primary-cta: #E34400;; + --foreground: #0c1325e6;; + --primary-cta: #0798ff;; --secondary-cta: #f9f9f9;; - --accent: #e2e2e2;; - --background-accent: #E34400;; */ + --accent: #93c7ff;; + --background-accent: #a8cde8;; */ --background: #ffffff;; --card: #f9f9f9;; - --foreground: #120a00e6;; - --primary-cta: #E34400;; + --foreground: #0c1325e6;; + --primary-cta: #0798ff;; --primary-cta-text: #ffffff;; --secondary-cta: #f9f9f9;; - --secondary-cta-text: #120a00e6;; - --accent: #e2e2e2;; - --background-accent: #E34400;; + --secondary-cta-text: #0c1325e6;; + --accent: #93c7ff;; + --background-accent: #a8cde8;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1