9 Commits

Author SHA1 Message Date
87a9dddf3e Update src/app/page.tsx 2026-03-10 09:55:06 +00:00
f7ee4ceef9 Update src/app/page.tsx 2026-03-10 09:53:51 +00:00
e9d6c411da Update src/app/layout.tsx 2026-03-10 09:53:50 +00:00
35a80c2135 Merge version_1 into main
Merge version_1 into main
2026-03-10 09:52:06 +00:00
f3b12ffaa3 Merge version_1 into main
Merge version_1 into main
2026-03-10 09:50:42 +00:00
e3fb5af98b Merge version_1 into main
Merge version_1 into main
2026-03-10 09:49:18 +00:00
662011f99a Merge version_1 into main
Merge version_1 into main
2026-03-10 09:48:10 +00:00
aaa9362e2e Merge version_1 into main
Merge version_1 into main
2026-03-10 09:46:59 +00:00
1ae8561b3d Merge version_1 into main
Merge version_1 into main
2026-03-10 09:45:49 +00:00
2 changed files with 9 additions and 1406 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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>