Update src/app/page.tsx
This commit is contained in:
@@ -125,8 +125,6 @@ export default function LandingPage() {
|
||||
cardClassName="bg-white border border-black/10 rounded-lg p-6 hover:border-black/20 transition-all duration-300"
|
||||
cardTitleClassName="text-xl font-semibold text-black mb-3"
|
||||
cardDescriptionClassName="text-gray-600 leading-relaxed"
|
||||
textBoxTitleClassName="text-4xl font-light text-black mb-2"
|
||||
textBoxDescriptionClassName="text-gray-700 mb-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -160,8 +158,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-lg font-semibold text-black mb-2"
|
||||
descriptionClassName="text-sm text-gray-600"
|
||||
textBoxTitleClassName="text-lg font-semibold text-black mb-2"
|
||||
textBoxDescriptionClassName="text-sm text-gray-600"
|
||||
cardClassName="bg-white border border-black/10 rounded-lg p-8 hover:bg-black/5 transition-all duration-300"
|
||||
valueClassName="text-3xl font-light text-black mb-2"
|
||||
iconClassName="text-black opacity-80"
|
||||
@@ -192,8 +190,8 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-4xl font-light text-black mb-2"
|
||||
descriptionClassName="text-gray-700 mb-8"
|
||||
textBoxTitleClassName="text-4xl font-light text-black mb-2"
|
||||
textBoxDescriptionClassName="text-gray-700 mb-8"
|
||||
quoteCardClassName="bg-white border border-black/10 rounded-lg p-8 hover:border-black/20 transition-all duration-300"
|
||||
testimonialTitleClassName="text-lg font-semibold text-black mb-3"
|
||||
quoteClassName="text-gray-700 leading-relaxed mb-4 italic"
|
||||
@@ -201,8 +199,6 @@ export default function LandingPage() {
|
||||
roleClassName="text-sm text-gray-600"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="scale-rotate"
|
||||
textBoxTitleClassName="text-4xl font-light text-black mb-2"
|
||||
textBoxDescriptionClassName="text-gray-700 mb-8"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user