+
+
+ Criminal Defence Services
+
+
+ Comprehensive criminal law expertise covering every stage of the case — from arrest to appeal.
+
+
+
+ {(services ?? []).map((service, index) => {
+ const Icon = serviceIcons[index % serviceIcons.length]
+ const price = service.variants?.[0]?.prices?.[0]
+ const formattedPrice = price
+ ? `R${(price.amount / 100).toFixed(2)}`
+ : "Contact us for pricing"
+
+ return (
+
+
+
+
+
+
+
+ {service.title}
+
+
+
+
+
+ {service.description ?? "Professional criminal defence representation tailored to your case."}
+
+
+ {formattedPrice}
+
+
+
+
+
+
+
+
+ )
+ })}
+
+
+
+
+
+
+
+