diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c8233c..ac8ff82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,13 +122,13 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[{ text: "EXPLORE ALL FEATURES", href: "#" }]} buttonAnimation="slide-up" - titleClassName="text-4xl md:text-5xl font-light uppercase italic text-white tracking-tight" - descriptionClassName="text-base text-[rgba(255,255,255,0.6)] max-w-3xl" + containerClassName="max-w-7xl mx-auto" cardClassName="bg-[#161616] border border-[rgba(255,255,255,0.08)] rounded-[18px] p-8 hover:border-[rgba(255,255,255,0.18)] hover:-translate-y-1 transition-all duration-300" cardTitleClassName="text-xl font-bold text-white uppercase italic mb-3" cardDescriptionClassName="text-sm text-[rgba(255,255,255,0.5)] leading-relaxed" - containerClassName="max-w-7xl mx-auto" textBoxClassName="mb-16" + textBoxTitleClassName="text-4xl md:text-5xl font-light uppercase italic text-white tracking-tight" + textBoxDescriptionClassName="text-base text-[rgba(255,255,255,0.6)] max-w-3xl" textBoxTagClassName="inline-flex items-center gap-2 text-xs uppercase font-bold text-[#4ADE80] tracking-widest mb-6" />