diff --git a/src/pages/HomePage/sections/Partners.tsx b/src/pages/HomePage/sections/Partners.tsx index 60e3f77..a0a1573 100644 --- a/src/pages/HomePage/sections/Partners.tsx +++ b/src/pages/HomePage/sections/Partners.tsx @@ -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 (
-
+
+

Trusted by industry leaders

@@ -21,4 +26,4 @@ export default function PartnersSection() {
); -} \ No newline at end of file +}