Update src/app/page.tsx
This commit is contained in:
@@ -50,9 +50,9 @@ export default function LandingPage() {
|
|||||||
{ text: "📅 Book a Job", href: "#contact" }
|
{ text: "📅 Book a Job", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/flexible-connector-different-wrenches_23-2147772264.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/flexible-connector-different-wrenches_23-2147772264.jpg?w=1200&h=600&fit=cover&q=80"
|
||||||
imageAlt="Professional plumbing service in action"
|
imageAlt="Professional plumbing service in action"
|
||||||
showDimOverlay={false}
|
showDimOverlay={true}
|
||||||
ariaLabel="Hero section - Brisbane plumbing service"
|
ariaLabel="Hero section - Brisbane plumbing service"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "hot-water", title: "Hot Water Systems", description: "Installation, repair, and maintenance of all hot water systems", media: {
|
id: "hot-water", title: "Hot Water Systems", description: "Installation, repair, and maintenance of all hot water systems", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26537.jpg", imageAlt: "Hot water system installation"
|
imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26537.jpg?w=800&h=600&fit=cover&q=80", imageAlt: "Hot water system installation"
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{ icon: CheckCircle, text: "Electric & gas systems" },
|
{ icon: CheckCircle, text: "Electric & gas systems" },
|
||||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "leak-detection", title: "Leak Detection & Repairs", description: "Advanced detection technology to find and fix leaks before they cause damage", media: {
|
id: "leak-detection", title: "Leak Detection & Repairs", description: "Advanced detection technology to find and fix leaks before they cause damage", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", imageAlt: "Leak detection service"
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?w=800&h=600&fit=cover&q=80", imageAlt: "Leak detection service"
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{ icon: CheckCircle, text: "Pinpoint accuracy" },
|
{ icon: CheckCircle, text: "Pinpoint accuracy" },
|
||||||
@@ -119,7 +119,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "blocked-drains", title: "Blocked Drains", description: "Fast, effective solutions for all types of drain blockages", media: {
|
id: "blocked-drains", title: "Blocked Drains", description: "Fast, effective solutions for all types of drain blockages", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg", imageAlt: "Drain cleaning service"
|
imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-kitchen-rack-with-pull-out-faucet-sprayer-rinsing-drainer_169016-69667.jpg?w=800&h=600&fit=cover&q=80", imageAlt: "Drain cleaning service"
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{ icon: CheckCircle, text: "24/7 emergency service" },
|
{ icon: CheckCircle, text: "24/7 emergency service" },
|
||||||
@@ -191,7 +191,7 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "step-1", title: "Call or Book Online", description: "Reach out via phone or our online booking system", media: {
|
id: "step-1", title: "Call or Book Online", description: "Reach out via phone or our online booking system", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/call-center-employee-handling-customer-complaints-offering-helpful-solutions_482257-126776.jpg", imageAlt: "Customer calling for service"
|
imageSrc: "http://img.b2bpic.net/free-photo/call-center-employee-handling-customer-complaints-offering-helpful-solutions_482257-126776.jpg?w=800&h=600&fit=cover&q=80", imageAlt: "Customer calling for service"
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{ icon: Phone, text: "(07) 3554 0350" },
|
{ icon: Phone, text: "(07) 3554 0350" },
|
||||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "step-2", title: "We Arrive On Time", description: "Our team shows up exactly when promised with all necessary equipment", media: {
|
id: "step-2", title: "We Arrive On Time", description: "Our team shows up exactly when promised with all necessary equipment", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110874.jpg", imageAlt: "Plumber arriving at home"
|
imageSrc: "http://img.b2bpic.net/free-photo/man-with-tattoos-producing-craft-beer_23-2148110874.jpg?w=800&h=600&fit=cover&q=80", imageAlt: "Plumber arriving at home"
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{ icon: Clock, text: "Punctual arrival" },
|
{ icon: Clock, text: "Punctual arrival" },
|
||||||
@@ -211,7 +211,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "step-3", title: "Problem Diagnosed Clearly", description: "We explain the issue and provide an honest assessment with no pressure", media: {
|
id: "step-3", title: "Problem Diagnosed Clearly", description: "We explain the issue and provide an honest assessment with no pressure", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Professional plumber diagnosing problem"
|
imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg?w=800&h=600&fit=cover&q=80", imageAlt: "Professional plumber diagnosing problem"
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{ icon: CheckCircle, text: "Transparent diagnosis" },
|
{ icon: CheckCircle, text: "Transparent diagnosis" },
|
||||||
@@ -221,7 +221,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "step-4", title: "Fixed Fast & Properly", description: "Professional workmanship that lasts with warranty coverage", media: {
|
id: "step-4", title: "Fixed Fast & Properly", description: "Professional workmanship that lasts with warranty coverage", media: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg", imageAlt: "Plumber fixing installation"
|
imageSrc: "http://img.b2bpic.net/free-photo/water-tap-prevention-concentrated-man-leaning-water-faucet-touching-spout-pipe_259150-58276.jpg?w=800&h=600&fit=cover&q=80", imageAlt: "Plumber fixing installation"
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{ icon: CheckCircle, text: "Quality guarantee" },
|
{ icon: CheckCircle, text: "Quality guarantee" },
|
||||||
@@ -270,7 +270,7 @@ export default function LandingPage() {
|
|||||||
title="Ready to Get It Sorted?"
|
title="Ready to Get It Sorted?"
|
||||||
description="Contact us now for fast, reliable plumbing solutions. We're available 24/7."
|
description="Contact us now for fast, reliable plumbing solutions. We're available 24/7."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-photovoltaics-factory-workers-optimizing-production-flow_482257-120437.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-photovoltaics-factory-workers-optimizing-production-flow_482257-120437.jpg?w=800&h=600&fit=cover&q=80"
|
||||||
imageAlt="Professional plumbing team"
|
imageAlt="Professional plumbing team"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
|
|||||||
Reference in New Issue
Block a user