Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f77b916334 | |||
| 3a8428b1c3 | |||
| f41def90f4 | |||
| 48490b20ef | |||
| 80b9eec9ed |
1425
src/app/layout.tsx
1425
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -83,7 +83,7 @@ export default function LandingPage() {
|
||||
text: "Call Now (714) 555-1234", href: "tel:+17145551234"
|
||||
},
|
||||
{
|
||||
text: "Request Service", href: "#contact"
|
||||
text: "Book Appointment", href: "#contact"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
@@ -218,7 +218,7 @@ export default function LandingPage() {
|
||||
text: "Call (714) 555-1234", href: "tel:+17145551234"
|
||||
},
|
||||
{
|
||||
text: "Request Service", href: "#contact-form"
|
||||
text: "Book Appointment", href: "#contact-form"
|
||||
},
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -256,4 +256,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user