From d88442ac64abc235076b09213c3e3412a789da3c Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 13:07:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f752db..c588ff8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"