diff --git a/src/components/sections/faq/FaqSimple.tsx b/src/components/sections/faq/FaqSimple.tsx index c1b2c0c..3f11f18 100644 --- a/src/components/sections/faq/FaqSimple.tsx +++ b/src/components/sections/faq/FaqSimple.tsx @@ -68,7 +68,7 @@ const FaqSimple = ({ key={index} onClick={() => handleToggle(index)} className={cls( - "p-3 2xl:p-4 rounded card cursor-pointer select-none", + "p-3 2xl:p-4 rounded card cursor-pointer select-none bg-purple-500 font-bold", index === 0 ? "bg-red-500" : "" // Conditional red background for the first item )} data-webild-id="webild-1777298409123-pwmvcosxl"