Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #9.
This commit is contained in:
@@ -146,6 +146,12 @@ export default function LandingPage() {
|
||||
cardClassName="bg-card rounded-lg p-6 shadow-sm hover:shadow-md transition-shadow"
|
||||
cardTitleClassName="text-xl font-medium text-foreground mt-4"
|
||||
cardDescriptionClassName="text-sm text-foreground/70 mt-2"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground"
|
||||
textBoxDescriptionClassName="text-base text-foreground/75 mt-4"
|
||||
textBoxTagClassName="text-sm font-medium text-accent"
|
||||
textBoxButtonContainerClassName="flex gap-4 mt-6"
|
||||
textBoxButtonClassName="px-6 py-3 rounded-lg font-medium"
|
||||
textBoxButtonTextClassName="font-semibold"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,6 +179,12 @@ export default function LandingPage() {
|
||||
valueClassName="text-3xl md:text-4xl font-light text-primary-cta"
|
||||
metricTitleClassName="text-sm text-foreground/70 mt-2"
|
||||
cardClassName="bg-card rounded-lg p-6"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground"
|
||||
textBoxDescriptionClassName="text-base text-foreground/75 mt-4"
|
||||
textBoxTagClassName="text-sm font-medium text-accent"
|
||||
textBoxButtonContainerClassName="flex gap-4 mt-6"
|
||||
textBoxButtonClassName="px-6 py-3 rounded-lg font-medium"
|
||||
textBoxButtonTextClassName="font-semibold"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -226,6 +238,14 @@ export default function LandingPage() {
|
||||
roleClassName="text-sm text-foreground/70"
|
||||
ratingClassName="text-xs text-accent"
|
||||
cardClassName="bg-card rounded-lg p-6"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground"
|
||||
textBoxDescriptionClassName="text-base text-foreground/75 mt-4"
|
||||
textBoxTagClassName="text-sm font-medium text-accent"
|
||||
textBoxButtonContainerClassName="flex gap-4 mt-6"
|
||||
textBoxButtonClassName="px-6 py-3 rounded-lg font-medium"
|
||||
textBoxButtonTextClassName="font-semibold"
|
||||
textBoxTitleImageWrapperClassName="inline-flex items-center gap-2"
|
||||
textBoxTitleImageClassName="h-8 w-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -268,6 +288,15 @@ export default function LandingPage() {
|
||||
accordionTitleClassName="text-base font-medium text-foreground"
|
||||
accordionContentClassName="text-sm text-foreground/70 mt-2"
|
||||
accordionClassName="bg-card rounded-lg p-6"
|
||||
textBoxTitleClassName="text-3xl md:text-4xl font-light text-foreground"
|
||||
textBoxDescriptionClassName="text-base text-foreground/75 mt-4"
|
||||
textBoxTagClassName="text-sm font-medium text-accent"
|
||||
textBoxButtonContainerClassName="flex gap-4 mt-6"
|
||||
textBoxButtonClassName="px-6 py-3 rounded-lg font-medium"
|
||||
textBoxButtonTextClassName="font-semibold"
|
||||
faqsContainerClassName="space-y-4"
|
||||
titleImageWrapperClassName="inline-flex items-center gap-2"
|
||||
titleImageClassName="h-8 w-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user