Compare commits
No commits in common. "fc2dac024171e4072541f8e44cd469d85496127b" and "5603e9a3a22342184f87a038d904225d5e732162" have entirely different histories.
fc2dac0241
...
5603e9a3a2
@ -83,12 +83,12 @@ export default function MainLayout({
|
|||||||
<Header links={navMenuData} />
|
<Header links={navMenuData} />
|
||||||
</nav>
|
</nav>
|
||||||
<main id="main">{children}</main>
|
<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">
|
<div className="bg-shape-4 opacity-003">
|
||||||
<Image src="/assets/images/demo-slick/bg-shape-4.svg" width={1600} height={268} alt="" />
|
<Image src="/assets/images/demo-slick/bg-shape-4.svg" width={1600} height={268} alt="" />
|
||||||
</div> */}
|
</div>
|
||||||
<Footer />
|
<Footer />
|
||||||
{/* </footer> */}
|
</footer>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
@ -10,13 +10,7 @@ export default function Footer() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div
|
<div className="relative text-white py-10">
|
||||||
className="relative text-white py-10"
|
|
||||||
style={{
|
|
||||||
backgroundColor: "transparent",
|
|
||||||
backgroundImage: "linear-gradient(172deg, #2E2D51 0%, #64B3B4 100%)",
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<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} />
|
||||||
@ -36,7 +30,7 @@ export default function Footer() {
|
|||||||
href="https://www.google.com/maps/place/5151+AZ-90,+Sierra+Vista,+AZ+85635"
|
href="https://www.google.com/maps/place/5151+AZ-90,+Sierra+Vista,+AZ+85635"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="underline text-lg text-white"
|
className="underline text-lg"
|
||||||
>
|
>
|
||||||
5151 E HIGHWAY 90
|
5151 E HIGHWAY 90
|
||||||
</a>
|
</a>
|
||||||
@ -58,7 +52,7 @@ export default function Footer() {
|
|||||||
href="https://www.facebook.com/p/Cochise-Oncology-61556262839823"
|
href="https://www.facebook.com/p/Cochise-Oncology-61556262839823"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="underline text-lg text-white"
|
className="underline text-lg"
|
||||||
>
|
>
|
||||||
Facebook
|
Facebook
|
||||||
</a>
|
</a>
|
||||||
|
@ -86,11 +86,11 @@ export const features2 = [
|
|||||||
text: "Courage",
|
text: "Courage",
|
||||||
desc: "Fighting cancer requires immense courage. We believe no one should face this alone, so we provide whole patient care.",
|
desc: "Fighting cancer requires immense courage. We believe no one should face this alone, so we provide whole patient care.",
|
||||||
},
|
},
|
||||||
// {
|
{
|
||||||
// id: 4,
|
id: 4,
|
||||||
// text: "Resilience",
|
text: "Resilience",
|
||||||
// desc: "adapt, recover, and grow stronger in the face of challenges and adversity",
|
desc: "adapt, recover, and grow stronger in the face of challenges and adversity",
|
||||||
// },
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const features3 = [
|
export const features3 = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user