carType page over

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-11-07 20:00:27 +05:00
parent 2207df3b8c
commit 051d9053dc
28 changed files with 774 additions and 336 deletions

View File

@@ -3,7 +3,7 @@
import { backOne } from "@/assets";
import Image from "next/image";
import { useParams } from "next/navigation";
import Text from "../text";
import Text from "../lib_components/text";
import Link from "next/link";
export default function CarType_Header() {
@@ -41,13 +41,13 @@ export default function CarType_Header() {
className="text-white flex items-center justify-center gap-3"
>
<Link
href='/'
href="/"
className="hover:cursor-pointer hover:text-secondary "
>
<Text txt="home" />
</Link>
/
<div className="text-secondary" >
<div className="text-secondary">
<Text txt={`${params.carType}`} />
</div>
</div>