Bob AI: fix build error in src/app/page.tsx

This commit is contained in:
kudinDmitriyUp
2026-03-27 21:21:27 +00:00
parent d90ac4efb6
commit 2a84c7300f

View File

@@ -13,6 +13,13 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
export default function LandingPage() {
return (
<ThemeProvider
contentWidth="wide"
sizing="default"
background="light"
cardStyle="shadow"
font="sans"
buttonStyle="rounded"
buttonColor="dark"
defaultButtonVariant="shift-hover"
defaultTextAnimation="entrance-slide"
borderRadius="soft"
@@ -39,6 +46,10 @@ export default function LandingPage() {
},
]}
brandName="MODERN"
button={{
text: "Contact Us",
href: "#contact",
}}
/>
</div>