handle data and change design page about-us and contact-us
This commit is contained in:
@@ -5,12 +5,11 @@ import Connect from "./Connect";
|
||||
function ContactUsPage() {
|
||||
const { matchedCity } = getStateInfo();
|
||||
const isDefault = matchedCity?.id === "63";
|
||||
console.log(isDefault);
|
||||
|
||||
return (
|
||||
<div className="w-full pt-[24px] sm:pt-[56px] md:pt-[88px] lg:pt-[120px] mt-[56px] padding-responsive flex flex-col lg:flex-row items-center justify-between h-fit">
|
||||
<Call isDefault={isDefault} />
|
||||
{isDefault && (
|
||||
<Call matchedCity={matchedCity} isDefault={isDefault} />
|
||||
{matchedCity?.id === "63" && (
|
||||
<Connect />
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user