From 6bdd737c930506b71dfc1b37006ce04fd8fa88e0 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 20:10:48 +0000 Subject: [PATCH] Bob AI: Added the provided image to the partners section --- src/pages/HomePage/sections/Partners.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 +} -- 2.49.1