update background

This commit is contained in:
iqbal024 2025-02-13 01:00:37 +07:00
parent 8dc3f544d7
commit ba547bed7c
3 changed files with 18 additions and 12 deletions

View File

@ -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>

View File

@ -10,7 +10,13 @@ export default function Footer() {
}; };
return ( 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="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} />
@ -30,7 +36,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" className="underline text-lg text-white"
> >
5151 E HIGHWAY 90 5151 E HIGHWAY 90
</a> </a>
@ -52,7 +58,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" className="underline text-lg text-white"
> >
Facebook Facebook
</a> </a>

View File

@ -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 = [