diff --git a/src/app/page.tsx b/src/app/page.tsx index a5cd917..256ce45 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,6 @@ export default function LandingPage() { accordionClassName="border border-accent/30 rounded-lg overflow-hidden" accordionTitleClassName="px-6 py-4 font-semibold text-foreground cursor-pointer hover:bg-background-accent/10" accordionContentClassName="px-6 py-4 bg-card text-foreground/80 text-sm lg:text-base" - mediaClassName="w-full h-96 object-cover rounded-xl shadow-lg" /> @@ -187,7 +186,6 @@ export default function LandingPage() { quoteClassName="text-foreground/75 italic mt-4 text-sm lg:text-base leading-relaxed" nameClassName="font-semibold text-foreground mt-6" roleClassName="text-sm text-foreground/60" - titleClassName="font-bold text-foreground text-lg" /> @@ -256,7 +254,6 @@ export default function LandingPage() { accordionClassName="border border-accent/30 rounded-lg overflow-hidden" accordionTitleClassName="px-6 py-4 font-semibold text-foreground cursor-pointer hover:bg-background-accent/10" accordionContentClassName="px-6 py-4 bg-card text-foreground/80 text-sm lg:text-base" - titleClassName="text-4xl lg:text-5xl font-extrabold text-foreground" />