line-clamp-3 removed

This commit is contained in:
2026-06-26 17:03:14 -05:00
parent 2128824c2f
commit d0aad0b313

View File

@@ -91,7 +91,7 @@ export default function Home() {
<HomeIcon size={28} />
</div>
<h3 className="text-xl font-bold text-[color:var(--ink)] mb-3 font-display">Residential Electrical Services</h3>
<p className="text-gray-500 mb-6 line-clamp-3">
<p className="text-gray-500 mb-6">
Complete home electrical services from Outlet Installations or Repairs, Light Fixture/ Ceiling Fan Installations to wiring a new Custom Home.
</p>
<Link href="/electrical-services#residential" className="text-[color:var(--brand)] font-bold uppercase text-xs tracking-widest hover:underline" aria-label="Learn more about Residential services">Residential Services</Link>
@@ -124,7 +124,7 @@ export default function Home() {
<Zap size={28} />
</div>
<h3 className="text-xl font-bold text-[color:var(--ink)] mb-3 font-display">Kohler Generators</h3>
<p className="text-gray-500 mb-6 line-clamp-3">
<p className="text-gray-500 mb-6">
Authorized Kohler Sales, Installation, and Service Dealer. Keep your lights on when the grid goes down with a new backup Kohler Generator.
</p>
<Link href="/electrical-services#generator" className="text-[color:var(--brand)] font-bold uppercase text-xs tracking-widest hover:underline" aria-label="Learn more about Kohler Generator services">Kohler Generator Services</Link>