From 0e384e98f668a34b2f0659c809a0724830ebebb1 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 11:40:44 +0000 Subject: [PATCH] Bob AI: Apply the 5 uploaded images to every second section starting from the first (her --- src/pages/HomePage.tsx | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 6fa56fd..e28f8db 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -14,18 +14,35 @@ import FaqSection from './HomePage/sections/Faq'; import ContactSection from './HomePage/sections/Contact'; -import PricingSection from './HomePage/sections/Pricing';export default function HomePage(): React.JSX.Element { +import PricingSection from './HomePage/sections/Pricing'; + +const SectionBg = ({ children, src }: { children: React.ReactNode, src: string }) => ( +
+
+
+ {children} +
+
+); + +export default function HomePage(): React.JSX.Element { return ( <> - + + + - + + + - + + + -- 2.49.1