Merge version_1 into main #13
@@ -136,6 +136,8 @@ export default function LandingPage() {
|
||||
descriptionClassName="text-lg text-foreground/80 mb-12"
|
||||
cardClassName="rounded-xl bg-card p-4 hover:shadow-lg transition-shadow border border-accent/10"
|
||||
imageClassName="w-full h-64 object-cover rounded-lg"
|
||||
textBoxTitleClassName="text-2xl font-bold"
|
||||
textBoxDescriptionClassName="text-foreground/80"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,7 +157,7 @@ export default function LandingPage() {
|
||||
speed={40}
|
||||
className="w-full py-16"
|
||||
containerClassName="max-w-7xl mx-auto px-4"
|
||||
titleClassName="text-3xl font-bold mb-4 text-center"
|
||||
textBoxTitleClassName="text-3xl font-bold mb-4 text-center"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -195,6 +197,8 @@ export default function LandingPage() {
|
||||
cardTitleClassName="text-xl font-bold mb-2"
|
||||
authorClassName="text-sm text-accent font-medium mb-3"
|
||||
cardDescriptionClassName="text-foreground/80 mb-4"
|
||||
textBoxTitleClassName="text-4xl font-bold mb-4"
|
||||
textBoxDescriptionClassName="text-lg text-foreground/80 mb-12"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user