Update src/app/page.tsx
This commit is contained in:
@@ -130,7 +130,6 @@ export default function LandingPage() {
|
||||
imageClassName="w-full h-64 object-cover"
|
||||
cardBrandClassName="text-xs uppercase tracking-widest text-accent font-semibold px-4 pt-4"
|
||||
cardNameClassName="text-xl font-bold text-foreground px-4 pt-2"
|
||||
cardPriceClassName="text-2xl font-bold text-primary-cta px-4 py-2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -154,7 +153,6 @@ export default function LandingPage() {
|
||||
cardClassName="p-8 rounded-2xl shadow-lg"
|
||||
itemsListClassName="space-y-4"
|
||||
itemClassName="flex items-start gap-3"
|
||||
itemIconClassName="w-6 h-6 flex-shrink-0 mt-1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -199,7 +197,6 @@ export default function LandingPage() {
|
||||
titleClassName="text-5xl md:text-6xl font-extrabold mb-4 text-foreground text-center"
|
||||
descriptionClassName="text-center text-foreground/70 mb-12 text-lg"
|
||||
contentClassName="flex justify-center items-center gap-4 mb-12 flex-wrap"
|
||||
logoCardClassName="p-4 bg-white rounded-xl shadow-md border border-accent/20 hover:shadow-lg transition-shadow"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user