Merge version_2 into main #2
@@ -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() {
|
||||
>
|
||||
<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}
|
||||
@@ -68,7 +66,7 @@ export default function AboutPage() {
|
||||
|
||||
<div id="about-hero" data-section="about-hero">
|
||||
<HeroBillboard
|
||||
title="About JDM Imports"
|
||||
title="About Ultraspeed"
|
||||
description="We're passionate about bringing the best Japanese vehicles to American enthusiasts. Founded on principles of transparency, quality, and customer-first service, we've revolutionized the vehicle import process."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
@@ -76,7 +74,7 @@ export default function AboutPage() {
|
||||
{ text: "Our Process", href: "/how-it-works" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=4"
|
||||
imageAlt="About JDM Imports"
|
||||
imageAlt="About Ultraspeed"
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -87,10 +85,7 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="Our Story & Mission"
|
||||
description={[
|
||||
"JDM Imports was founded by a team of automotive enthusiasts who experienced firsthand how complicated and stressful importing a Japanese vehicle could be. We decided to change that.",
|
||||
"Today, we're dedicated to simplifying the import process through transparency, expertise, and unwavering commitment to customer satisfaction. We believe everyone should be able to own their dream JDM vehicle without the headaches.",
|
||||
"Our mission is simple: provide the highest quality Japanese imports with complete transparency, fair pricing, and exceptional customer support. We don't just sell cars—we build relationships.",
|
||||
]}
|
||||
"Ultraspeed was founded by a team of automotive enthusiasts who experienced firsthand how complicated and stressful importing a Japanese vehicle could be. We decided to change that.", "Today, we're dedicated to simplifying the import process through transparency, expertise, and unwavering commitment to customer satisfaction. We believe everyone should be able to own their dream Japanese vehicle without the headaches.", "Our mission is simple: provide the highest quality Japanese imports with complete transparency, fair pricing, and exceptional customer support. We don't just sell cars—we build relationships."]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Contact Our Team", href: "/contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -100,7 +95,7 @@ export default function AboutPage() {
|
||||
<div id="about-cta" data-section="about-cta">
|
||||
<ContactCTA
|
||||
tag="Join Our Community"
|
||||
title="Experience the JDM Imports Difference"
|
||||
title="Experience the Ultraspeed Difference"
|
||||
description="Whether you're a first-time importer or a seasoned enthusiast, we're here to help you find and import the perfect Japanese vehicle. Let's make your automotive dreams a reality."
|
||||
buttons={[
|
||||
{ text: "Browse Inventory", href: "/inventory" },
|
||||
@@ -116,12 +111,12 @@ export default function AboutPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=4"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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() {
|
||||
>
|
||||
<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}
|
||||
@@ -76,7 +74,7 @@ export default function ContactPage() {
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=5"
|
||||
imageAlt="Contact JDM Imports"
|
||||
imageAlt="Contact Ultraspeed"
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -105,20 +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"
|
||||
@@ -130,12 +119,12 @@ export default function ContactPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=5"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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() {
|
||||
>
|
||||
<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}
|
||||
@@ -76,7 +74,7 @@ export default function InventoryPage() {
|
||||
{ text: "Back to Home", href: "/" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=2"
|
||||
imageAlt="JDM inventory showcase"
|
||||
imageAlt="Japanese inventory showcase"
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -89,28 +87,13 @@ export default function InventoryPage() {
|
||||
description="Browse our available vehicles. Filter by price, model year, or type to find your perfect match. Each vehicle includes complete documentation and is ready for immediate purchase."
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "2019 Nissan Skyline GT-R R35",
|
||||
price: "$89,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg?_wi=2",
|
||||
imageAlt: "2019 Nissan Skyline GT-R R35",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "2019 Nissan Skyline GT-R R35", price: "$89,500", imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg?_wi=2", imageAlt: "2019 Nissan Skyline GT-R R35", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "2020 Subaru WRX STI",
|
||||
price: "$45,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-sport-car-with-black-autotuning-high-speed-drive_114579-5058.jpg?_wi=2",
|
||||
imageAlt: "2020 Subaru WRX STI",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "2020 Subaru WRX STI", price: "$45,200", imageSrc: "http://img.b2bpic.net/free-photo/yellow-sport-car-with-black-autotuning-high-speed-drive_114579-5058.jpg?_wi=2", imageAlt: "2020 Subaru WRX STI", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "2021 Mazda RX-7 FD",
|
||||
price: "$72,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-cabriolet-sport-sedan-car-with-two-yellow-stripes_114579-1168.jpg?_wi=2",
|
||||
imageAlt: "2021 Mazda RX-7 FD",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "2021 Mazda RX-7 FD", price: "$72,000", imageSrc: "http://img.b2bpic.net/free-photo/black-cabriolet-sport-sedan-car-with-two-yellow-stripes_114579-1168.jpg?_wi=2", imageAlt: "2021 Mazda RX-7 FD", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -143,12 +126,12 @@ export default function InventoryPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=2"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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() {
|
||||
>
|
||||
<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}
|
||||
@@ -85,33 +83,15 @@ export default function MailRouteVehiclesPage() {
|
||||
|
||||
<div id="mail-route-benefits" data-section="mail-route-benefits">
|
||||
<FeatureCardMedia
|
||||
title="Why Choose JDM for Mail Route Vehicles"
|
||||
title="Why Choose Ultraspeed for Mail Route Vehicles"
|
||||
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"
|
||||
@@ -140,12 +120,12 @@ export default function MailRouteVehiclesPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=6"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
136
src/app/page.tsx
136
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() {
|
||||
>
|
||||
<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}
|
||||
@@ -72,7 +70,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
title="JDM Imports Made Simple."
|
||||
title="Ultraspeed: Japanese Vehicle Imports Made Simple."
|
||||
description="Importing a Japanese vehicle yourself is stressful and complicated. Customs, paperwork, compliance, shipping—we handle everything so you can focus on finding the perfect car."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
@@ -80,7 +78,7 @@ export default function HomePage() {
|
||||
{ text: "Start an Import", href: "/contact" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-sits-blue-bmw-street_1304-3191.jpg?_wi=1"
|
||||
imageAlt="Premium JDM imported vehicles on display"
|
||||
imageAlt="Premium Japanese imported vehicles on display"
|
||||
mediaAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -89,41 +87,17 @@ export default function HomePage() {
|
||||
|
||||
<div id="why-us" data-section="why-us">
|
||||
<FeatureCardMedia
|
||||
title="Why Buy From Us"
|
||||
title="Why Buy From Ultraspeed"
|
||||
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"
|
||||
@@ -139,28 +113,13 @@ export default function HomePage() {
|
||||
description="Browse a selection of our current inventory. Each listing includes detailed specs, comprehensive photos, and full transparency on condition and pricing."
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "2019 Nissan Skyline GT-R R35",
|
||||
price: "$89,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg?_wi=1",
|
||||
imageAlt: "2019 Nissan Skyline GT-R R35",
|
||||
initialQuantity: 1,
|
||||
id: "1", name: "2019 Nissan Skyline GT-R R35", price: "$89,500", imageSrc: "http://img.b2bpic.net/free-photo/black-sport-car-back-vire-motor-gas-pipes-blank-space-registration-number_114579-1167.jpg?_wi=1", imageAlt: "2019 Nissan Skyline GT-R R35", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "2020 Subaru WRX STI",
|
||||
price: "$45,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-sport-car-with-black-autotuning-high-speed-drive_114579-5058.jpg?_wi=1",
|
||||
imageAlt: "2020 Subaru WRX STI",
|
||||
initialQuantity: 1,
|
||||
id: "2", name: "2020 Subaru WRX STI", price: "$45,200", imageSrc: "http://img.b2bpic.net/free-photo/yellow-sport-car-with-black-autotuning-high-speed-drive_114579-5058.jpg?_wi=1", imageAlt: "2020 Subaru WRX STI", initialQuantity: 1,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "2021 Mazda RX-7 FD",
|
||||
price: "$72,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-cabriolet-sport-sedan-car-with-two-yellow-stripes_114579-1168.jpg?_wi=1",
|
||||
imageAlt: "2021 Mazda RX-7 FD",
|
||||
initialQuantity: 1,
|
||||
id: "3", name: "2021 Mazda RX-7 FD", price: "$72,000", imageSrc: "http://img.b2bpic.net/free-photo/black-cabriolet-sport-sedan-car-with-two-yellow-stripes_114579-1168.jpg?_wi=1", imageAlt: "2021 Mazda RX-7 FD", initialQuantity: 1,
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -178,10 +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"
|
||||
@@ -190,26 +146,18 @@ export default function HomePage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="I was nervous about importing a car, but JDM Imports made the entire process incredibly transparent and stress-free. They handled everything professionally, answered every question, and delivered exactly what they promised. I couldn't be happier with my Skyline."
|
||||
testimonial="I was nervous about importing a car, but Ultraspeed made the entire process incredibly transparent and stress-free. They handled everything professionally, answered every question, and delivered exactly what they promised. I couldn't be happier with my Skyline."
|
||||
rating={5}
|
||||
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"
|
||||
@@ -220,38 +168,20 @@ export default function HomePage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about importing Japanese vehicles and working with JDM Imports."
|
||||
description="Everything you need to know about importing Japanese vehicles and working with Ultraspeed."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What makes importing through JDM Imports 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"
|
||||
@@ -263,7 +193,7 @@ export default function HomePage() {
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Ready to Get Started?"
|
||||
title="Let's Find Your Perfect JDM Import"
|
||||
title="Let's Find Your Perfect Japanese Import"
|
||||
description="Whether you want to browse our current inventory or request a specific vehicle, our team is ready to help. We'll guide you through every step of the process."
|
||||
buttons={[
|
||||
{ text: "Browse Our Inventory", href: "/inventory" },
|
||||
@@ -279,12 +209,12 @@ export default function HomePage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=1"
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user