Merge version_6_1782053273771 into main #5

Merged
bender merged 2 commits from version_6_1782053273771 into main 2026-06-21 14:50:42 +00:00

View File

@@ -10,20 +10,20 @@ export default function HeroSection(): React.JSX.Element {
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroSplit
tag="Pulse Point Media NI"
title="Belfasts Local Digital Marketing Agency — Found Online. Stay Found."
description="We help local businesses dominate local search and capture more customers in Northern Ireland. Professional, measurable results."
primaryButton={{
tag="Pulse Point Media NI"
title="Belfasts Local Digital Marketing Agency — Found Online. Stay Found."
description="We help local businesses dominate local search and capture more customers in Northern Ireland. Professional, measurable results."
primaryButton={{
text: "Get Your Free Audit",
href: "/contact",
}}
secondaryButton={{
secondaryButton={{
text: "Our Services",
href: "/services",
}}
imageSrc="https://images.unsplash.com/photo-1590086782792-42dd2350140d?auto=format&fit=crop&w=800&q=80"
/>
imageSrc=""
/>
</SectionErrorBoundary>
</div>
);
}
}