Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-12 13:07:21 +00:00

View File

@@ -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"