Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-14 10:03:37 +00:00

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>