carType page over
This commit is contained in:
11
components/lib_components/title.tsx
Normal file
11
components/lib_components/title.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { TitleType } from "@/types";
|
||||
import React from "react";
|
||||
import Text from "./text";
|
||||
|
||||
export default function Title({ text }: TitleType) {
|
||||
return (
|
||||
<div className="text-primary md:text-[40px] text-[25px] w-full text-center font-bold ">
|
||||
<Text txt={text} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user