3 Commits

Author SHA1 Message Date
53e7ab4865 Update src/app/page.tsx 2026-03-05 05:05:02 +00:00
f3dbe8c87e Update src/app/layout.tsx 2026-03-05 05:05:01 +00:00
1878d7c295 Merge version_2 into main
Merge version_2 into main
2026-03-05 02:46:42 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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>
); );
} }