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="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-4 mb-2" style={{ fontSize: "19px" }}>
© {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>
@ -60,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>
@ -71,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>
@ -82,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>
@ -93,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>