Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-03 18:05:08 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -97,8 +97,9 @@ export default function SitePage() {
<div id="why-us" data-section="why-us">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Why Choose Southeast Plumbing & Heating" },
{ type: "text", content: "" }
{ type: "text", content: "Why Choose" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/certificate-badge-icon-close-up_23-2149364020.jpg", alt: "Certified & Trusted" },
{ type: "text", content: "Southeast Plumbing & Heating" }
]}
buttons={[{ text: "Get a Free Estimate", href: "#contact" }]}
buttonAnimation="slide-up"
@@ -273,4 +274,4 @@ export default function SitePage() {
</div>
</ThemeProvider>
);
}
}