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 ( <> - + + + - + + + - + + +