Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 05:05:09 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1423,4 +1423,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -48,6 +48,12 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
tag="Local Service Leader"
tagIcon={Award}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Customer 2" },
{ src: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", alt: "Customer 3" },
]}
avatarText="Trusted by 12,500+ Local Families"
buttons={[
{ text: "Call Now: (555) 123-4567", href: "tel:+15551234567" },
{ text: "Get Free Quote", href: "#contact" },
@@ -221,4 +227,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}