/* PVRescue marketing site — hero + trust bar. */ (function(){ const { Button, Card, Icon, Badge } = window.PVRescueDesignSystem_b3a34e; const { SiteSection, SiteEyebrow, QuoteForm, PVR_CONTACT, WAIcon, siteJump } = window; function Stars({ size = 16 }) { return {[0,1,2,3,4].map((i) => )}; } function Hero() { return (
Western Cape · cut your power bill

Power prices keep rising.
Solar pays you back.

Full solar & battery installs, Pi²R solar geysers and electrical work across the Western Cape — sized for the fastest payback, and ready if load-shedding returns.

WhatsApp us
4.9 · 124 reviews
{[['shield-check', 'Registered electricians'], ['file-check', 'CoC on every job']].map(([ic, t]) => (
{t}
))}
Get your free quote
60-second form — we call you back within the hour.
); } const TRUST = [ ['hard-hat', 'Registered & insured', 'Qualified electricians'], ['trending-up', 'Pays for itself', 'Typical 3–5 yr payback'], ['sun', '100+ installs', 'Across the Western Cape'], ['shield-check', 'Workmanship warranty', 'On every installation'], ]; function TrustBar() { return (
{TRUST.map(([ic, t, s]) => (
{t}
{s}
))}
); } Object.assign(window, { SiteHero: Hero, SiteTrustBar: TrustBar, SiteStars: Stars }); })();