update space

This commit is contained in:
iqbal024 2025-03-10 10:22:51 +07:00
parent 312c891dda
commit 879f156f27

View File

@ -25,7 +25,7 @@ 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-4 mb-2 text-[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>
@ -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>