Bob AI: fix build error in src/components/Layout.tsx

This commit is contained in:
kudinDmitriyUp
2026-06-14 02:37:07 +00:00
parent 2887919cf0
commit 720306105c

View File

@@ -89,6 +89,10 @@ export default function Layout() {
]}
copyright="© 2024 Victoria Royal Plumbing. All rights reserved."
imageSrc="http://img.b2bpic.net/free-photo/bottom-border-made-with-pink-blue-razors-blue-backdrop_23-2147818101.jpg?_wi=2"
links={[
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]}
/>
</SectionErrorBoundary>
</StyleProvider>