Update src/app/page.tsx
This commit is contained in:
@@ -73,7 +73,7 @@ export default function HomePage() {
|
||||
tag="Accessibility Tech"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Start Demo", href: "/demo" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
@@ -125,8 +125,8 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-4xl font-bold"
|
||||
descriptionClassName="text-lg text-gray-600"
|
||||
cardTitleClassName="text-4xl font-bold"
|
||||
textBoxDescriptionClassName="text-lg text-gray-600"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user