Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user