Update src/app/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -55,9 +55,18 @@ export default function UkrainianCarsPage() {
|
||||
title="Discover Our Legacy"
|
||||
description="Three pillars define Ukrainian automotive excellence"
|
||||
tabs={[
|
||||
{ id: "heritage", label: "Heritage" },
|
||||
{ id: "innovation", label: "Innovation" },
|
||||
{ id: "craftsmanship", label: "Craftsmanship" }
|
||||
{
|
||||
id: "heritage",
|
||||
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"
|
||||
imageAlt="Ukrainian automotive manufacturing and craftsmanship"
|
||||
|
||||
Reference in New Issue
Block a user