Update src/app/page.tsx

This commit is contained in:
2026-03-14 14:55:20 +00:00
parent b177f394fd
commit e37b05ef23

View File

@@ -116,8 +116,8 @@ export default function LandingPage() {
tag="✨ The Difference"
tagAnimation="opacity"
containerClassName="max-w-7xl"
titleClassName="text-4xl font-extrabold"
descriptionClassName="text-base text-neutral-600"
textBoxTitleClassName="text-4xl font-extrabold"
textBoxDescriptionClassName="text-base text-neutral-600"
/>
</div>
@@ -155,8 +155,8 @@ export default function LandingPage() {
}
]}
containerClassName="max-w-7xl"
titleClassName="text-4xl font-extrabold"
descriptionClassName="text-base text-neutral-600"
textBoxTitleClassName="text-4xl font-extrabold"
textBoxDescriptionClassName="text-base text-neutral-600"
cardClassName="bg-white rounded-lg p-6"
animationType="slide-up"
/>