Bob AI: fix build error in src/app/page.tsx
This commit is contained in:
@@ -13,6 +13,13 @@ import { Smile, Sparkles } from "lucide-react";
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
contentWidth="w-content-width"
|
||||
sizing="default"
|
||||
background="checkered"
|
||||
cardStyle="glassmorphic"
|
||||
buttonStyle="rounded-corners"
|
||||
colorPalette="slate"
|
||||
fontPairing="inter"
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
@@ -39,6 +46,10 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
brandName="Donald's Circus"
|
||||
button={{
|
||||
text: "Book Tickets",
|
||||
href: "#contact",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user