4 Commits

Author SHA1 Message Date
kudinDmitriyUp
760b4b1bc0 Bob AI: Include the company name 'San Jose Drain & Main' in the hero section in a visual 2026-06-13 23:28:26 +00:00
d1b1fb1e8d Merge version_3_1781393131943 into main
Merge version_3_1781393131943 into main
2026-06-13 23:25:59 +00:00
kudinDmitriyUp
4b51b60a15 Bob AI: Update the imagery in the hero section to be more aesthetic, high-end, and visua 2026-06-13 23:25:56 +00:00
c981f2a42d Merge version_2_1781392869061 into main
Merge version_2_1781392869061 into main
2026-06-13 23:22:32 +00:00

View File

@@ -10,11 +10,11 @@ export default function HeroSection(): React.JSX.Element {
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroBrand
brand="San Jose's 5-Star Plumbing Experts"
description="Trusted by homeowners throughout San Jose for honest service, expert diagnostics, fair pricing, and lasting repairs."
brand="San Jose Drain & Main"
description="San Jose's 5-Star Plumbing Experts. Trusted by homeowners throughout San Jose for honest service, expert diagnostics, fair pricing, and lasting repairs."
primaryButton={{ text: "Call Now", href: "tel:4088542863" }}
secondaryButton={{ text: "Get Free Estimate", href: "#contact" }}
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721574.jpg"
imageSrc="https://images.unsplash.com/photo-1620626011761-996317b8d101?q=80&w=2069&auto=format&fit=crop"
/>
</SectionErrorBoundary>
</div>