Compare commits

..

No commits in common. "fc2dac024171e4072541f8e44cd469d85496127b" and "5603e9a3a22342184f87a038d904225d5e732162" have entirely different histories.

3 changed files with 12 additions and 18 deletions

View File

@ -83,12 +83,12 @@ export default function MainLayout({
<Header links={navMenuData} />
</nav>
<main id="main">{children}</main>
{/* <footer className="page-section dark footer bg-dark-2 light-content position-relative overflow-hidden pb-30">
<footer className="page-section dark footer bg-dark-2 light-content position-relative overflow-hidden pb-30">
<div className="bg-shape-4 opacity-003">
<Image src="/assets/images/demo-slick/bg-shape-4.svg" width={1600} height={268} alt="" />
</div> */}
</div>
<Footer />
{/* </footer> */}
</footer>
</div>
</div>
</body>

View File

@ -10,13 +10,7 @@ export default function Footer() {
};
return (
<div
className="relative text-white py-10"
style={{
backgroundColor: "transparent",
backgroundImage: "linear-gradient(172deg, #2E2D51 0%, #64B3B4 100%)",
}}
>
<div className="relative text-white py-10">
<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} />
@ -36,7 +30,7 @@ export default function Footer() {
href="https://www.google.com/maps/place/5151+AZ-90,+Sierra+Vista,+AZ+85635"
target="_blank"
rel="noopener noreferrer"
className="underline text-lg text-white"
className="underline text-lg"
>
5151 E HIGHWAY 90
</a>
@ -58,7 +52,7 @@ export default function Footer() {
href="https://www.facebook.com/p/Cochise-Oncology-61556262839823"
target="_blank"
rel="noopener noreferrer"
className="underline text-lg text-white"
className="underline text-lg"
>
Facebook
</a>

View File

@ -86,11 +86,11 @@ export const features2 = [
text: "Courage",
desc: "Fighting cancer requires immense courage. We believe no one should face this alone, so we provide whole patient care.",
},
// {
// id: 4,
// text: "Resilience",
// desc: "adapt, recover, and grow stronger in the face of challenges and adversity",
// },
{
id: 4,
text: "Resilience",
desc: "adapt, recover, and grow stronger in the face of challenges and adversity",
},
];
export const features3 = [