Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -101,8 +101,6 @@ export default function DemoPage() {
|
||||
},
|
||||
]}
|
||||
containerClassName="max-w-6xl mx-auto py-12"
|
||||
titleClassName="text-3xl font-bold mb-6"
|
||||
descriptionClassName="text-gray-600 mb-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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