6 Commits

Author SHA1 Message Date
bc3053201e Update src/app/page.tsx 2026-04-09 12:20:27 +00:00
f276e4b3f9 Merge version_4 into main
Merge version_4 into main
2026-04-09 12:19:45 +00:00
d7bff66940 Update src/app/page.tsx 2026-04-09 12:19:42 +00:00
ffd14d8b96 Merge version_3 into main
Merge version_3 into main
2026-04-09 12:18:53 +00:00
d92cc7677f Update src/app/page.tsx 2026-04-09 12:18:50 +00:00
f2672fa77e Merge version_2 into main
Merge version_2 into main
2026-04-09 12:18:01 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
<HeroCentered
background={{
variant: "gradient-bars"}}
title="Expert Gutter Replacement on Brisbane Southside"
title="Protect Your Home With Professional Brisbane Gutter Replacement"
description="Premium gutter replacement and landscaping maintenance services dedicated to protecting your home with quality craftsmanship."
avatars={[
{
@@ -68,7 +68,7 @@ export default function LandingPage() {
{
text: "Get a Free Quote", href: "#contact"},
{
text: "View Our Services", href: "#services"},
text: "Explore Our Services", href: "#services"},
]}
marqueeItems={[
{
@@ -165,10 +165,6 @@ export default function LandingPage() {
{
id: "q3", title: "Are you licensed and insured?", content: "Absolutely, we are fully licensed and insured for all roofing and landscaping services."},
]}
buttons={[
{
text: "Get a Free Quote", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/furniture-assembly-worker-uses-laptop-consult-instructions-handyman-doing-good-job_482257-24842.jpg"
mediaAnimation="slide-up"
title="Common Questions"
@@ -221,4 +217,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}