dev #14
@ -25,10 +25,10 @@ async function FooterWithData() {
|
|||||||
backgroundImage: "linear-gradient(172deg, #798D90 0%, #C48853 100%)",
|
backgroundImage: "linear-gradient(172deg, #798D90 0%, #C48853 100%)",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="container mx-auto flex flex-wrap justify-between items-start px-6">
|
<div className="container mx-auto flex flex-wrap justify-around items-start px-6">
|
||||||
<div className="w-full md:w-1/4 mb-6 md:mb-0 flex flex-col items-start">
|
<div className="w-full md:w-1/4 mb-6 md:mb-0 flex flex-col items-start">
|
||||||
<Image src="/assets/images/demo-slick/logo-dark.webp" alt="Cochise Oncology Logo" width={363} height={138} />
|
<Image src="/assets/images/demo-slick/logo-dark.webp" alt="Cochise Oncology Logo" width={363} height={138} />
|
||||||
<p className="text-sm mt-3">© {new Date().getFullYear()} All Rights Reserved</p>
|
<p className="text-sm mt-4 mb-2 text-[19px]">© {new Date().getFullYear()} All Rights Reserved</p>
|
||||||
<a href="/privacy-policy" className="text-sm text-orange-300 font-semibold">
|
<a href="/privacy-policy" className="text-sm text-orange-300 font-semibold">
|
||||||
Privacy Policy
|
Privacy Policy
|
||||||
</a>
|
</a>
|
||||||
@ -58,7 +58,7 @@ async function FooterWithData() {
|
|||||||
href={`tel:${contact?.phone ?? ""}`}
|
href={`tel:${contact?.phone ?? ""}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-lg text-white"
|
className="text-lg text-white text-[18px]"
|
||||||
>
|
>
|
||||||
{contact?.phone ?? ""}
|
{contact?.phone ?? ""}
|
||||||
</a>
|
</a>
|
||||||
@ -69,7 +69,7 @@ async function FooterWithData() {
|
|||||||
href={`tel:${contact?.fax ?? ""}`}
|
href={`tel:${contact?.fax ?? ""}`}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-lg text-white"
|
className="text-lg text-white text-[18px]"
|
||||||
>
|
>
|
||||||
Fax: {contact?.fax ?? ""}
|
Fax: {contact?.fax ?? ""}
|
||||||
</a>
|
</a>
|
||||||
@ -80,7 +80,7 @@ async function FooterWithData() {
|
|||||||
href={contact?.facebook ?? ""}
|
href={contact?.facebook ?? ""}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-lg text-white"
|
className="text-lg text-white text-[18px]"
|
||||||
>
|
>
|
||||||
Facebook
|
Facebook
|
||||||
</a>
|
</a>
|
||||||
@ -91,7 +91,7 @@ async function FooterWithData() {
|
|||||||
href={contact?.linkedin ?? ""}
|
href={contact?.linkedin ?? ""}
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="text-lg text-white"
|
className="text-lg text-white text-[18px]"
|
||||||
>
|
>
|
||||||
Linkedin
|
Linkedin
|
||||||
</a>
|
</a>
|
||||||
@ -126,7 +126,7 @@ function FooterSkeleton() {
|
|||||||
backgroundImage: "linear-gradient(172deg, #798D90 0%, #C48853 100%)",
|
backgroundImage: "linear-gradient(172deg, #798D90 0%, #C48853 100%)",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div className="container mx-auto flex flex-wrap justify-between items-start px-6">
|
<div className="container mx-auto flex flex-wrap justify-around items-start px-6">
|
||||||
<div className="w-full md:w-1/4 mb-6 md:mb-0 flex flex-col items-start">
|
<div className="w-full md:w-1/4 mb-6 md:mb-0 flex flex-col items-start">
|
||||||
<Image src="/assets/images/demo-slick/logo-dark.webp" alt="Cochise Oncology Logo" width={363} height={138} />
|
<Image src="/assets/images/demo-slick/logo-dark.webp" alt="Cochise Oncology Logo" width={363} height={138} />
|
||||||
<p className="text-sm mt-3">© {new Date().getFullYear()} All Rights Reserved</p>
|
<p className="text-sm mt-3">© {new Date().getFullYear()} All Rights Reserved</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user