7 Commits

Author SHA1 Message Date
46737ec035 Update src/app/page.tsx 2026-03-09 16:08:07 +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
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 14 additions and 1414 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';
@@ -141,8 +141,6 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
carouselMode="buttons"
buttons={[{ text: "Get Free Estimate", href: "#contact" }]}
buttonAnimation="slide-up"
/>
</div>
@@ -284,4 +282,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}