4 Commits

Author SHA1 Message Date
64c7f69e77 Merge version_3 into main
Merge version_3 into main
2026-03-03 18:05:07 +00:00
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

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

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"
@@ -273,4 +274,4 @@ export default function SitePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }