style: 更新客户背景图并移除页脚山脉背景!
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.7 MiB |
@@ -14,14 +14,14 @@ export function CustomerLogos() {
|
||||
<section className="relative isolate overflow-hidden bg-[#1d1d1d]">
|
||||
{/* Background */}
|
||||
<Image
|
||||
src="/customers-bg.png"
|
||||
src="/Rectangle.png"
|
||||
alt=""
|
||||
fill
|
||||
className="object-cover"
|
||||
sizes="100vw"
|
||||
aria-hidden
|
||||
/>
|
||||
<div className="absolute inset-0 bg-black/20" />
|
||||
<div className="absolute inset-0 bg-white/70" />
|
||||
|
||||
<div className="relative z-10 mx-auto flex min-h-[400px] max-w-[1440px] items-center justify-center px-6 py-20 lg:px-[120px]">
|
||||
<div className="flex flex-wrap items-center justify-center gap-6 lg:gap-10">
|
||||
|
||||
@@ -32,18 +32,6 @@ const footerLinks = [
|
||||
export function SiteFooter() {
|
||||
return (
|
||||
<footer className="bg-white">
|
||||
{/* Mountain background at top */}
|
||||
<div className="relative h-[200px] w-full overflow-hidden">
|
||||
<Image
|
||||
src="/customers-bg.png"
|
||||
alt=""
|
||||
fill
|
||||
className="object-cover object-bottom"
|
||||
sizes="100vw"
|
||||
aria-hidden
|
||||
/>
|
||||
</div>
|
||||
|
||||
{/* Footer content */}
|
||||
<div className="mx-auto flex max-w-[1440px] flex-col justify-between gap-10 px-6 py-12 lg:flex-row lg:px-[120px]">
|
||||
{/* Logo */}
|
||||
|
||||
Reference in New Issue
Block a user