Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -55,9 +55,18 @@ export default function UkrainianCarsPage() {
|
|||||||
title="Discover Our Legacy"
|
title="Discover Our Legacy"
|
||||||
description="Three pillars define Ukrainian automotive excellence"
|
description="Three pillars define Ukrainian automotive excellence"
|
||||||
tabs={[
|
tabs={[
|
||||||
{ id: "heritage", label: "Heritage" },
|
{
|
||||||
{ id: "innovation", label: "Innovation" },
|
id: "heritage",
|
||||||
{ id: "craftsmanship", label: "Craftsmanship" }
|
label: "Heritage", description: "Decades of Eastern European automotive tradition and craftsmanship passed down through generations of skilled engineers and designers."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "innovation",
|
||||||
|
label: "Innovation", description: "Cutting-edge technology and forward-thinking design principles that push the boundaries of what's possible in automotive engineering."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "craftsmanship",
|
||||||
|
label: "Craftsmanship", description: "Meticulous attention to detail and precision manufacturing that ensures every vehicle meets the highest standards of quality and reliability."
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/headlight-lamp-car_1203-7156.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/headlight-lamp-car_1203-7156.jpg"
|
||||||
imageAlt="Ukrainian automotive manufacturing and craftsmanship"
|
imageAlt="Ukrainian automotive manufacturing and craftsmanship"
|
||||||
|
|||||||
Reference in New Issue
Block a user