Bob AI: fix build error in src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user