Update src/app/page.tsx

This commit is contained in:
2026-03-05 20:53:54 +00:00
parent 7c4d93f67b
commit 04f5ea8cc7

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
logoText="RK Garage Door"
description="Professional garage door repair, installation, and maintenance services. Available 24/7 for emergency repairs with certified technicians and guaranteed satisfaction."
buttons={[
{ text: "Emergency Service", href: "contact" },
{ text: "Call Now: (555) 123-4567", href: "tel:555-123-4567" },
{ text: "Schedule Appointment", href: "contact" }
]}
background={{ variant: "sparkles-gradient" }}
@@ -230,4 +230,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}