Merge version_4_1777378490510 into main #3
@@ -59,10 +59,12 @@ const AboutFeaturesSplit = ({
|
||||
const ItemIcon = resolveIcon(item.icon);
|
||||
const isEthical = item.title.includes("Ethical Sourcing");
|
||||
const isArtisan = item.title.includes("Artisan Craft");
|
||||
const isExpert = item.title.includes("Expert Roasting");
|
||||
|
||||
let bgClass = "";
|
||||
if (isEthical) bgClass = "bg-purple-600 p-4 rounded-lg";
|
||||
if (isArtisan) bgClass = "bg-red-600 p-4 rounded-lg";
|
||||
if (isExpert) bgClass = "bg-yellow-500 p-4 rounded-lg";
|
||||
|
||||
return (
|
||||
<div key={item.title}>
|
||||
|
||||
Reference in New Issue
Block a user