Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a75dd9852 | |||
| 6c545f0ec4 | |||
| 8f1cfac169 | |||
| accab788a4 | |||
| 46737ec035 | |||
| 85189a2fc0 | |||
| fc9ba84846 | |||
| 959941cf43 | |||
| 0eb1a1af53 | |||
| b725bd3e1c | |||
| b41cc8c9b0 | |||
| 4c707579fb | |||
| dd97172b06 |
1411
src/app/layout.tsx
1411
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
@@ -47,8 +47,7 @@ export default function LandingPage() {
|
||||
tag="Quality Outdoor Living"
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Call Now", href: "tel:2242396133" },
|
||||
{ text: "Get Free Estimate", href: "#contact" }
|
||||
{ text: "Call Now", href: "tel:2242396133" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -141,8 +140,6 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
buttons={[{ text: "Get Free Estimate", href: "#contact" }]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -245,8 +242,7 @@ export default function LandingPage() {
|
||||
title="Get Your Free Landscaping & Hardscape Estimate Today"
|
||||
description="Contact Garcia's Project Landscape & Hardscape Construction for a no-obligation consultation. We're ready to help you create the outdoor space of your dreams."
|
||||
buttons={[
|
||||
{ text: "Call (224) 239-6133", href: "tel:2242396133" },
|
||||
{ text: "Get Free Estimate", href: "tel:2242396133" }
|
||||
{ text: "Call (224) 239-6133", href: "tel:2242396133" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
@@ -284,4 +280,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user