Update src/app/page.tsx
This commit is contained in:
@@ -175,12 +175,12 @@ export default function HomePage() {
|
||||
textBoxClassName="text-center mb-12"
|
||||
textBoxTitleClassName="text-4xl md:text-5xl font-light text-white mb-4"
|
||||
textBoxDescriptionClassName="text-gray-300 text-lg max-w-2xl mx-auto"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-6"
|
||||
cardClassName="bg-gradient-to-br from-orange-500/10 to-blue-500/10 border border-orange-500/30 rounded-xl p-6 hover:border-orange-500/60 transition-all duration-300"
|
||||
imageClassName="w-full h-64 object-cover rounded-lg mb-4"
|
||||
cardNameClassName="text-xl font-semibold text-white mt-4"
|
||||
cardPriceClassName="text-2xl font-bold text-orange-400 mt-2"
|
||||
cardRatingClassName="text-yellow-400 mt-2 flex items-center gap-1"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -467,6 +467,7 @@ export default function HomePage() {
|
||||
featureItemClassName="flex items-start gap-3"
|
||||
featureIconClassName="w-5 h-5 text-orange-400 mt-0.5 flex-shrink-0"
|
||||
featureTextClassName="text-gray-300 text-sm"
|
||||
gridClassName="grid grid-cols-1 md:grid-cols-3 gap-6"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user