Update src/app/page.tsx

This commit is contained in:
2026-03-04 17:38:41 +00:00
parent d1316311ee
commit e178fd7c0a

View File

@@ -66,7 +66,6 @@ export default function LandingPage() {
textBoxClassName="space-y-8"
titleClassName="text-7xl md:text-8xl font-bold leading-tight tracking-tight"
descriptionClassName="text-xl md:text-2xl leading-relaxed max-w-2xl mx-auto"
tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-white/10 border border-white/20 text-sm font-mono tracking-widest"
buttonContainerClassName="flex justify-center gap-4 pt-8"
buttonClassName="px-8 h-14 rounded-full"
buttonTextClassName="font-medium"
@@ -117,7 +116,6 @@ export default function LandingPage() {
cardClassName="rounded-2xl overflow-hidden"
cardTitleClassName="text-5xl md:text-6xl font-bold leading-tight mb-6"
cardDescriptionClassName="text-lg text-stone-600 max-w-3xl"
tagClassName="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-stone-200/50 text-sm font-mono tracking-widest text-stone-700"
/>
</div>