3 Commits

Author SHA1 Message Date
854c62d316 Update src/app/page.tsx 2026-03-03 18:05:01 +00:00
c8f59a5e5b Update src/app/layout.tsx 2026-03-03 18:04:59 +00:00
5401764c73 Merge version_2 into main
Merge version_2 into main
2026-03-03 17:41:36 +00:00
2 changed files with 5 additions and 4 deletions

View File

@@ -97,8 +97,9 @@ export default function SitePage() {
<div id="why-us" data-section="why-us"> <div id="why-us" data-section="why-us">
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[ heading={[
{ type: "text", content: "Why Choose Southeast Plumbing & Heating" }, { type: "text", content: "Why Choose" },
{ type: "text", content: "" } { 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" }]} buttons={[{ text: "Get a Free Estimate", href: "#contact" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"