Add Service Card
Add a new service card to the Services section of the PotêncIA Tech website.
Input
$ARGUMENTS
Instructions
- •
Read
public/index.htmland locate the Services section component. - •
Parse the user's input to extract:
- •Title: Service name (in pt-BR)
- •Description: Service description (1-3 sentences in pt-BR)
- •Icon: Lucide icon name (e.g.,
shield-check,brain-circuit,cpu,rocket) - •Accent color (optional): A color for the top border on hover
- •
If the user provided a general description, craft appropriate pt-BR title and description text that matches the professional consulting tone of the existing services (formal but approachable).
- •
Create a new service card following the exact pattern of existing cards:
- •Glass card design with
glass-cardclass - •Lucide icon at the top with themed color
- •
h3title with proper font styling - •Description paragraph
- •Hover animation (lift effect + top border color)
- •Responsive grid behavior
- •Glass card design with
- •
Add the card to the services grid in the Services component.
- •
Adjust the grid layout if needed:
- •4 cards:
grid-cols-1 md:grid-cols-2 lg:grid-cols-4(current) - •5-6 cards: consider
lg:grid-cols-3with 2 rows - •7-8 cards: consider
lg:grid-cols-4with 2 rows
- •4 cards:
- •
Verify the new Lucide icon name is valid. If unsure, suggest alternatives from the existing icon set.
- •
Confirm the addition with a summary.