Merge branch 'dev' of https://giteadev3.link/rankrunners-dev/next-cochise into dev
This commit is contained in:
commit
fa11bb928e
@ -25,10 +25,10 @@ async function FooterWithData() {
|
||||
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">
|
||||
<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">
|
||||
Privacy Policy
|
||||
</a>
|
||||
@ -58,7 +58,7 @@ async function FooterWithData() {
|
||||
href={`tel:${contact?.phone ?? ""}`}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-lg text-white"
|
||||
className="text-lg text-white text-[18px]"
|
||||
>
|
||||
{contact?.phone ?? ""}
|
||||
</a>
|
||||
@ -69,7 +69,7 @@ async function FooterWithData() {
|
||||
href={`tel:${contact?.fax ?? ""}`}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-lg text-white"
|
||||
className="text-lg text-white text-[18px]"
|
||||
>
|
||||
Fax: {contact?.fax ?? ""}
|
||||
</a>
|
||||
@ -80,7 +80,7 @@ async function FooterWithData() {
|
||||
href={contact?.facebook ?? ""}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-lg text-white"
|
||||
className="text-lg text-white text-[18px]"
|
||||
>
|
||||
Facebook
|
||||
</a>
|
||||
@ -91,7 +91,7 @@ async function FooterWithData() {
|
||||
href={contact?.linkedin ?? ""}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-lg text-white"
|
||||
className="text-lg text-white text-[18px]"
|
||||
>
|
||||
Linkedin
|
||||
</a>
|
||||
@ -126,7 +126,7 @@ function FooterSkeleton() {
|
||||
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">
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user