Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 53e7ab4865 | |||
| f3dbe8c87e | |||
| 1878d7c295 |
@@ -1392,4 +1392,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -48,7 +48,7 @@ export default function HomePage() {
|
|||||||
logoText="Silverline Roofing"
|
logoText="Silverline Roofing"
|
||||||
description="South Florida Roofing Experts You Can Trust. Roof repairs, leak detection, inspections, and full roof replacements done right the first time."
|
description="South Florida Roofing Experts You Can Trust. Roof repairs, leak detection, inspections, and full roof replacements done right the first time."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "📞 Call Now", href: "tel:(954)624-2925" },
|
{ text: "Schedule Free Inspection", href: "/contact" },
|
||||||
{ text: "📋 Free Inspection", href: "/contact" },
|
{ text: "📋 Free Inspection", href: "/contact" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -200,4 +200,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user