top sliders

This commit is contained in:
CHIEFSOFT\ameye
2023-06-09 21:09:57 -04:00
parent 13c0571b92
commit 83f2339a17
3 changed files with 269 additions and 7 deletions
+9 -7
View File
@@ -1,22 +1,24 @@
import React from "react";
import { Link } from "react-router-dom";
import RecomendedSliders from "./RecomendedSliders";
export default function CommonHead({ className,commonHeadData }) {
const vvv= commonHeadData();
console.log("UUUUUUUU-",vvv);
return (
<div
className={`create-nft w-full lg:h-[140px] shadow lg:flex rounded-lg justify-between items-center md:p-9 p-4 bg-white dark:bg-dark-white border-b dark:border-[#5356fb29] -2 border-pink mb-10 ${
className={`create-nft w-full lg:h-[140px] shadow lg:flex rounded-lg justify-between items-center md:p-2 p-2 bg-white dark:bg-dark-white border-b dark:border-[#5356fb29] -2 border-pink mb-10 ${
className || ""
}`}
>
<div className="lg:w-8/12 w-full mb-8 lg:mb-0">
<h1 className="text-2xl text-dark-gray dark:text-white font-bold mb-2">
This is common head which will appear as needed , will take many shape
</h1>
<p className="text-base text-thin-light-gray tracking-wide">
some space for extra texts here
</p>
{/*<h1 className="text-2xl text-dark-gray dark:text-white font-bold mb-2">*/}
{/* This is common head which will appear as needed , will take many shape*/}
{/*</h1>*/}
{/*<p className="text-base text-thin-light-gray tracking-wide">*/}
{/* some space for extra texts here*/}
{/*</p>*/}
<RecomendedSliders />
</div>
<div className="flex-1 flex lg:justify-end">
<div className="flex items-center space-x-5">