Update src/app/page.tsx
This commit is contained in:
@@ -138,7 +138,7 @@ export default function LandingPage() {
|
||||
imageClassName="w-full h-64 object-cover rounded-lg"
|
||||
cardBrandClassName="text-sm text-accent font-semibold mt-4"
|
||||
cardNameClassName="text-lg font-bold mt-2"
|
||||
cardPriceClassName="text-xl font-bold text-accent mt-3"
|
||||
cardRatingClassName="text-sm text-foreground/60 mt-2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,6 +161,7 @@ export default function LandingPage() {
|
||||
titleClassName="text-3xl font-bold mb-4 text-center"
|
||||
descriptionClassName="text-lg text-foreground/80 max-w-2xl mx-auto mb-12 text-center"
|
||||
logoCardClassName="px-6 py-4 rounded-lg bg-card border border-accent/20 flex items-center justify-center"
|
||||
logoTextClassName="font-semibold text-foreground"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -201,6 +202,7 @@ export default function LandingPage() {
|
||||
authorClassName="text-sm text-accent font-medium mb-3"
|
||||
cardDescriptionClassName="text-foreground/80 mb-4"
|
||||
tagsContainerClassName="flex flex-wrap gap-2"
|
||||
tagClassName="px-3 py-1 text-xs rounded-full bg-accent/10 text-accent font-medium"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user