4 Commits

Author SHA1 Message Date
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={[
{
@@ -117,15 +117,15 @@ export default function LandingPage() {
{
id: "f1", title: "Gutter Replacement", descriptions: [
"Full roof gutter system replacement using premium materials.", "Custom-fit solutions for any home architecture."],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga_72229-482.jpg?_wi=1", imageAlt: "Gutter replacement service"},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-green-building-with-gray-pipe-cloudy-sky_181624-6832.jpg", imageAlt: "Professional gutter replacement installation"},
{
id: "f2", title: "Maintenance & Cleaning", descriptions: [
"Routine gutter cleaning services to prevent water damage.", "Downpipe inspection and debris clearance."],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga_72229-482.jpg?_wi=2", imageAlt: "Gutter maintenance service"},
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-roofer-working-with-helmet_23-2149343709.jpg", imageAlt: "Close-up of clean building facade and gutters"},
{
id: "f3", title: "Landscaping Maintenance", descriptions: [
"Complete yard cleanup and maintenance.", "Sustainable practices to keep your property pristine."],
imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-young-attractive-bearded-dark-skinned-farmer-blue-t-shirt-with-garden-tools-holding-hands-crossed-looking-aside-with-confident-face-expression_176420-19901.jpg", imageAlt: "Landscaping maintenance service"},
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261185.jpg", imageAlt: "Well-maintained building exterior with clean gutters"},
]}
title="Our Professional Services"
description="We specialize in comprehensive gutter solutions and maintenance designed for the specific needs of Brisbane homes."
@@ -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>
);
}
}