Bob AI: fix build error in src/app/about/page.tsx
This commit is contained in:
@@ -9,6 +9,13 @@ import TextAbout from '@/components/sections/about/TextAbout';
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
contentWidth="w-content-width"
|
||||
sizing="default"
|
||||
background="light"
|
||||
cardStyle="shadow"
|
||||
buttonStyle="rounded"
|
||||
navbar="sticky"
|
||||
font="sans"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
|
||||
Reference in New Issue
Block a user