Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 87a9dddf3e | |||
| f7ee4ceef9 | |||
| e9d6c411da | |||
| 35a80c2135 | |||
| f3b12ffaa3 | |||
| e3fb5af98b | |||
| 662011f99a | |||
| aaa9362e2e | |||
| 1ae8561b3d |
1409
src/app/layout.tsx
1409
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -51,7 +51,7 @@ export default function LandingPage() {
|
||||
{ text: "Call Now" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-roof-full-shot_23-2149343712.jpg", imageAlt: "Professional roofing installation"
|
||||
@@ -214,9 +214,9 @@ export default function LandingPage() {
|
||||
animationType="reveal-blur"
|
||||
buttons={[
|
||||
{ text: "Request Free Estimate", href: "#contact" },
|
||||
{ text: "Call Now" }
|
||||
{ text: "Schedule Free Inspection", href: "tel:+1234567890" }
|
||||
]}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user