update size font font

This commit is contained in:
iqbal024 2025-03-10 10:15:00 +07:00
parent ae877c44a1
commit 312c891dda

View File

@ -28,9 +28,7 @@ async function FooterWithData() {
<div className="container mx-auto flex flex-wrap justify-between items-start px-6"> <div className="container mx-auto flex flex-wrap justify-between 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-4 mb-2" style={{ fontSize: "19px" }}> <p className="text-sm mt-4 mb-2 text-[19px]">© {new Date().getFullYear()} All Rights Reserved</p>
© {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>
@ -60,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>
@ -71,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>
@ -82,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>
@ -93,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>