fix
parent
eecc63f72a
commit
d788b8e18b
|
@ -126,8 +126,7 @@ const Navbar = ({ items }) => {
|
|||
<Link
|
||||
href={`${item.link}`}
|
||||
|
||||
className={` whitespace-nowrap ${isScrolled ? "text-black" : "text-white"} ${theme == 1 ? "text-sm !text-black" : " "
|
||||
}`}
|
||||
className={`text-base font-medium whitespace-nowrap text-black`}
|
||||
>
|
||||
{item.title}
|
||||
{item.children.length > 0 && ""}
|
||||
|
@ -138,7 +137,7 @@ const Navbar = ({ items }) => {
|
|||
{
|
||||
item.children.map((c, index) => (
|
||||
|
||||
<li key={index} className="px-4 py-2 hover:bg-gray-100 cursor-pointer">
|
||||
<li key={index} className="px-4 py-2 hover:bg-gray-100 cursor-pointer text-base">
|
||||
<Link href={c.link}>
|
||||
{c.title}
|
||||
</Link>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description":"Advanced Horizon Services LLC offers reliable wholesale supply chain solutions for high-quality detergents and food products with a focus on excellence."
|
||||
},
|
||||
"AboutUs": {
|
||||
"brandName": "ADVANCED HORIZON SERVICES LLC Products",
|
||||
"brandName": "ADVANCED HORIZON SERVICES LLC",
|
||||
"description": [
|
||||
"Your Trusted Partner in Wholesale Supply Chain Solutions",
|
||||
"Advanced Horizon Services is a leading trade company specializing in wholesale supply chain solutions for a diverse range of products, including high-quality detergents and food items. With years of experience and extensive relations in the industry, we pride ourselves on our commitment to excellence, reliability, and customer satisfaction.",
|
||||
|
@ -34,7 +34,7 @@
|
|||
}
|
||||
},
|
||||
"Footer": {
|
||||
"address": " Unit No. 53, Building No 203, Complex No.308 , Mawaleh North ,Road No. 108 Al Mouj Street , Muscat Oman.F.o.0ox.our.F.C.ll Muscat Airport"
|
||||
"address": "Unit No. 53, Building No 203, Complex No.308 , Mawaleh North ,Road No. 108 Al Mouj Street , Muscat Oman , P.o.box.607 , P.c.ll Muscat Airport"
|
||||
},
|
||||
"PLP":{
|
||||
"title":"Products",
|
||||
|
|
Loading…
Reference in New Issue