From 306604d826b8c31591cca4fdc365190f3cc967e2 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Wed, 1 Jul 2026 16:28:16 +0000 Subject: [PATCH] Bob AI: Replace the skateboarding photos in the hero section with pool photos. --- src/pages/HomePage/sections/Hero.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 946f745..d340203 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -19,9 +19,9 @@ export default function HeroSection(): React.JSX.Element { text: "Call Now", href: "tel:5550123"}} leftItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-asian-woman-relax-smile-happy-around-outdoor-swimming-pool-hotel-resort-with-sea-ocean-view_74190-9082.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/crop-skateboarder-man-ramp_23-2147678250.jpg" }, + { imageSrc: "https://images.unsplash.com/photo-1576013551627-11dc36b8ceb6?q=80&w=800&auto=format&fit=crop" }, { imageSrc: "http://img.b2bpic.net/free-photo/man-sunglasses-hat-drinking-cocktail-sitting-near-pool_176420-3986.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/skater-board-riding-ramp_23-2147678281.jpg" }, + { imageSrc: "https://images.unsplash.com/photo-1572331165267-854da2b10ccc?q=80&w=800&auto=format&fit=crop" }, { imageSrc: "http://img.b2bpic.net/free-photo/water-home-landscaping-outdoor-hot_1232-4040.jpg" }, ]} rightItems={[ @@ -29,7 +29,7 @@ export default function HeroSection(): React.JSX.Element { { imageSrc: "https://storage.googleapis.com/webild/users/user_3FMuvjoF3LtrfnjLatUSKH5GyT3/tmp/pristine-pool-1782922995064-182499d2.png" }, { imageSrc: "http://img.b2bpic.net/free-photo/umbrella-chair-around-beautiful-luxury-swimming-pool_74190-2028.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/terrace-exterior-building_1203-3258.jpg" }, - { imageSrc: "http://img.b2bpic.net/free-photo/men-preparing-ride-skateboards_23-2147678227.jpg" }, + { imageSrc: "https://images.unsplash.com/photo-1583396066827-5928314f2ea0?q=80&w=800&auto=format&fit=crop" }, { imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool_1203-3050.jpg" }, ]} textAnimation="slide-up" -- 2.49.1