Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 64c7f69e77 | |||
| 854c62d316 | |||
| c8f59a5e5b | |||
| 5401764c73 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user