Update src/app/page.tsx

This commit is contained in:
2026-03-05 05:05:02 +00:00
parent f3dbe8c87e
commit 53e7ab4865

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