Compare commits
2 Commits
5603e9a3a2
...
fc2dac0241
Author | SHA1 | Date | |
---|---|---|---|
fc2dac0241 | |||
ba547bed7c |
@ -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>
|
||||
|
@ -10,7 +10,13 @@ export default function Footer() {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="relative text-white py-10">
|
||||
<div
|
||||
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="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} />
|
||||
@ -30,7 +36,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"
|
||||
className="underline text-lg text-white"
|
||||
>
|
||||
5151 E HIGHWAY 90
|
||||
</a>
|
||||
@ -52,7 +58,7 @@ export default function Footer() {
|
||||
href="https://www.facebook.com/p/Cochise-Oncology-61556262839823"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="underline text-lg"
|
||||
className="underline text-lg text-white"
|
||||
>
|
||||
Facebook
|
||||
</a>
|
||||
|
@ -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 = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user