Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 05:05:07 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -48,7 +48,7 @@ export default function HomePage() {
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."
buttons={[
{ text: "📞 Call Now", href: "tel:(954)624-2925" },
{ text: "Schedule Free Inspection", href: "/contact" },
{ text: "📋 Free Inspection", href: "/contact" },
]}
buttonAnimation="slide-up"
@@ -200,4 +200,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}