From 5ec41be18f5738224f794eadb9df32f1d09591c8 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 29 Apr 2026 21:08:35 +0000 Subject: [PATCH] Bob AI: Add an image to the hero section by updating its props in sr --- src/pages/HomePage.tsx | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 89803a1..1bc2c72 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -22,17 +22,7 @@ export default function HomePage() { text: "Learn More", href: "#about", }} - items={[ - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-hvac-technician-working-on--1777493359561-b7a3c27f.png", - }, - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/modern-residential-central-air-condition-1777493361750-64174d42.png", - }, - { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/smart-modern-furnace-system-for-resident-1777493362442-cbde4f54.png", - }, - ]} + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AJc0x1D8fz8hQeSgAZ5t4kfi3f/professional-hvac-technician-working-on--1777493359561-b7a3c27f.png" /> @@ -206,4 +196,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1