13 Commits

Author SHA1 Message Date
9a75dd9852 Update src/app/layout.tsx 2026-03-09 16:15:09 +00:00
6c545f0ec4 Update src/app/page.tsx 2026-03-09 16:13:53 +00:00
8f1cfac169 Update src/app/layout.tsx 2026-03-09 16:13:53 +00:00
accab788a4 Merge version_3 into main
Merge version_3 into main
2026-03-09 16:08:11 +00:00
46737ec035 Update src/app/page.tsx 2026-03-09 16:08:07 +00:00
85189a2fc0 Merge version_3 into main
Merge version_3 into main
2026-03-09 16:06:43 +00:00
fc9ba84846 Update src/app/page.tsx 2026-03-09 16:06:39 +00:00
959941cf43 Update src/app/layout.tsx 2026-03-09 16:06:39 +00:00
0eb1a1af53 Merge version_3 into main
Merge version_3 into main
2026-03-09 16:05:12 +00:00
b725bd3e1c Update src/app/page.tsx 2026-03-09 16:05:08 +00:00
b41cc8c9b0 Update src/app/layout.tsx 2026-03-09 16:05:08 +00:00
4c707579fb Merge version_2 into main
Merge version_2 into main
2026-03-09 16:01:59 +00:00
dd97172b06 Merge version_2 into main
Merge version_2 into main
2026-03-09 16:01:19 +00:00
2 changed files with 13 additions and 1410 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>
);
}
}