diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index 9be73b8..d39686e 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -12,8 +12,8 @@ export default function HeroSection(): React.JSX.Element { title="Мощность, надежность, результат" secondaryButton={{"text":"Позвонить","href":"tel:744040"}} tag="Автосервис & Чип-тюнинг" - leftItems={[]} - rightItems={[]} + leftItems={[{"imageSrc":"https://images.unsplash.com/photo-1603584173870-7f23fdae1b7a?auto=format&fit=crop&q=80&w=800"},{"imageSrc":"https://images.unsplash.com/photo-1503376713208-b498001d5e1c?auto=format&fit=crop&q=80&w=800"},{"imageSrc":"https://images.unsplash.com/photo-1583121274602-3e2820c69888?auto=format&fit=crop&q=80&w=800"}]} + rightItems={[{"imageSrc":"https://images.unsplash.com/photo-1611821064430-0d40221e4f03?auto=format&fit=crop&q=80&w=800"},{"imageSrc":"https://images.unsplash.com/photo-1492144534655-ae79c964c9d7?auto=format&fit=crop&q=80&w=800"},{"imageSrc":"https://images.unsplash.com/photo-1502877338535-766e1452684a?auto=format&fit=crop&q=80&w=800"}]} /> );