feat: Implement marketing page layout, core sections, and shared UI components.
This commit is contained in:
@@ -86,7 +86,7 @@ export const Hero: React.FC<HeroProps> = ({ t }) => {
|
||||
{templateCards.map((card, index) => (
|
||||
<Card key={index} className={`${card.color} border-0 p-6 text-center hover:scale-105 transition-transform`}>
|
||||
<div className="text-3xl mb-2">{card.icon}</div>
|
||||
<h3 className="font-semibold text-gray-800">{card.title}</h3>
|
||||
<p className="font-semibold text-gray-800">{card.title}</p>
|
||||
</Card>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user