Update src/app/page.tsx
This commit is contained in:
@@ -167,8 +167,6 @@ export default function LandingPage() {
|
|||||||
iconClassName="w-6 h-6 text-white"
|
iconClassName="w-6 h-6 text-white"
|
||||||
cardTitleClassName="text-xl font-semibold mb-2"
|
cardTitleClassName="text-xl font-semibold mb-2"
|
||||||
cardDescriptionClassName="text-sm opacity-90 mb-4"
|
cardDescriptionClassName="text-sm opacity-90 mb-4"
|
||||||
cardButtonClassName="px-4 py-2 rounded-lg font-medium"
|
|
||||||
cardButtonTextClassName="text-sm"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -214,8 +212,6 @@ export default function LandingPage() {
|
|||||||
imageClassName="w-full h-64 object-cover rounded-t-2xl"
|
imageClassName="w-full h-64 object-cover rounded-t-2xl"
|
||||||
cardNameClassName="text-xl font-semibold mt-4 px-4"
|
cardNameClassName="text-xl font-semibold mt-4 px-4"
|
||||||
cardPriceClassName="text-lg font-bold text-[#d4a574] px-4 pb-4"
|
cardPriceClassName="text-lg font-bold text-[#d4a574] px-4 pb-4"
|
||||||
cardButtonClassName="px-4 py-2 rounded-lg font-medium mx-4 mb-4"
|
|
||||||
cardButtonTextClassName="text-sm"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -262,8 +258,6 @@ export default function LandingPage() {
|
|||||||
cardAvatarClassName="w-10 h-10 rounded-full object-cover"
|
cardAvatarClassName="w-10 h-10 rounded-full object-cover"
|
||||||
cardNameClassName="font-semibold text-sm"
|
cardNameClassName="font-semibold text-sm"
|
||||||
cardDateClassName="text-xs opacity-70"
|
cardDateClassName="text-xs opacity-70"
|
||||||
cardButtonClassName="px-4 py-2 rounded-lg font-medium"
|
|
||||||
cardButtonTextClassName="text-sm"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user