Merge version_14_1782936588210 into main

Merge version_14_1782936588210 into main
This commit was merged in pull request #12.
This commit is contained in:
2026-07-01 20:11:34 +00:00

View File

@@ -1,11 +1,16 @@
import LoopCarousel from '@/components/ui/LoopCarousel';
import ImageOrVideo from '@/components/ui/ImageOrVideo';
export default function PartnersSection() {
const partners = ["Carrier", "Trane", "Lennox", "Goodman", "Rheem", "York", "Bryant", "Daikin", "Mitsubishi", "Ruud"];
return (
<section data-webild-section="partners" id="partners" className="relative w-full py-12 bg-background overflow-hidden border-y border-foreground/5">
<div className="w-content-width mx-auto mb-8">
<div className="w-content-width mx-auto mb-8 flex flex-col items-center">
<ImageOrVideo
imageSrc="https://storage.googleapis.com/webild/users/user_3FsKwY1z0whbLqu4cWcJMuckrXb/uploaded-1782936586781-6mty6kt1.png"
className="w-full max-w-4xl h-auto mb-12 rounded-xl shadow-2xl"
/>
<p className="text-center text-sm font-semibold text-accent uppercase tracking-wider">
Trusted by industry leaders
</p>
@@ -21,4 +26,4 @@ export default function PartnersSection() {
</LoopCarousel>
</section>
);
}
}