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

This commit is contained in:
kudinDmitriyUp
2026-03-26 01:25:38 +00:00
parent ec3d710354
commit c8be50dfdf

View File

@@ -13,6 +13,13 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
export default function LandingPage() {
return (
<ThemeProvider
contentWidth="w-content-width"
sizing="default"
background="white"
cardStyle="shadow"
buttonStyle="primary"
navbarStyle="floating"
footerStyle="dark"
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"