Merge version_1 into main #2
252
src/app/page.tsx
252
src/app/page.tsx
@@ -29,125 +29,72 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Our Team", id: "team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Hodges Plumbing"
|
||||
button={{
|
||||
text: "Emergency Call",
|
||||
href: "tel:1300000000",
|
||||
}}
|
||||
text: "Emergency Call", href: "tel:1300000000"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitTestimonial
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Refined Plumbing Excellence"
|
||||
description="Hodges Plumbing delivers precision, care, and authority. From emergency responses to luxury kitchen fit-outs, we ensure Australian homes run flawlessly."
|
||||
testimonials={[
|
||||
{
|
||||
name: "James R.",
|
||||
handle: "@customer",
|
||||
testimonial: "The gold standard of plumbing. They arrived on time, wore uniforms, and left my kitchen cleaner than they found it.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
|
||||
},
|
||||
name: "James R.", handle: "@customer", testimonial: "The gold standard of plumbing. They arrived on time, wore uniforms, and left my kitchen cleaner than they found it.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg"},
|
||||
{
|
||||
name: "Sarah D.",
|
||||
handle: "@homeowner",
|
||||
testimonial: "Exceptional care during my kitchen fit-out. Attention to detail is unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-with-radiant-smile-sitting-room_259150-60488.jpg",
|
||||
},
|
||||
name: "Sarah D.", handle: "@homeowner", testimonial: "Exceptional care during my kitchen fit-out. Attention to detail is unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-with-radiant-smile-sitting-room_259150-60488.jpg"},
|
||||
{
|
||||
name: "Michael B.",
|
||||
handle: "@client",
|
||||
testimonial: "Fast, professional, and reliable. Fixed our blocked drains within the hour.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-workers-high-five_23-2149366624.jpg",
|
||||
},
|
||||
name: "Michael B.", handle: "@client", testimonial: "Fast, professional, and reliable. Fixed our blocked drains within the hour.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-workers-high-five_23-2149366624.jpg"},
|
||||
{
|
||||
name: "Emily W.",
|
||||
handle: "@homeowner",
|
||||
testimonial: "The only plumber I trust for my bathroom renovations. Truly premium service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg",
|
||||
},
|
||||
name: "Emily W.", handle: "@homeowner", testimonial: "The only plumber I trust for my bathroom renovations. Truly premium service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg"},
|
||||
{
|
||||
name: "David T.",
|
||||
handle: "@business",
|
||||
testimonial: "Reliable commercial plumbing solutions. Always on time and very efficient.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-new-home_329181-19937.jpg",
|
||||
},
|
||||
name: "David T.", handle: "@business", testimonial: "Reliable commercial plumbing solutions. Always on time and very efficient.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-new-home_329181-19937.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Service", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classical-background-house-bath-interior_1203-5614.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/classical-background-house-bath-interior_1203-5614.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
|
||||
alt: "James R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg", alt: "James R."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-with-radiant-smile-sitting-room_259150-60488.jpg",
|
||||
alt: "Sarah D.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-with-radiant-smile-sitting-room_259150-60488.jpg", alt: "Sarah D."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-workers-high-five_23-2149366624.jpg",
|
||||
alt: "Michael B.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-workers-high-five_23-2149366624.jpg", alt: "Michael B."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg",
|
||||
alt: "Emily W.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg", alt: "Emily W."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-new-home_329181-19937.jpg",
|
||||
alt: "David T.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-new-home_329181-19937.jpg", alt: "David T."},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Emergency Support",
|
||||
},
|
||||
type: "text", text: "24/7 Emergency Support"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fully Licensed Plumbers",
|
||||
},
|
||||
type: "text", text: "Fully Licensed Plumbers"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Guaranteed",
|
||||
},
|
||||
type: "text", text: "Quality Guaranteed"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Residential & Commercial",
|
||||
},
|
||||
type: "text", text: "Residential & Commercial"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Serving All Australia",
|
||||
},
|
||||
type: "text", text: "Serving All Australia"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,47 +107,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Blocked Drains",
|
||||
description: "High-pressure clearing services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg",
|
||||
titleIconSrc: "Sparkles",
|
||||
buttonText: "Inquire",
|
||||
},
|
||||
title: "Blocked Drains", description: "High-pressure clearing services.", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990730.jpg", titleIconSrc: "Sparkles", buttonText: "Inquire"},
|
||||
{
|
||||
title: "Hot Water",
|
||||
description: "Installation and maintenance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg",
|
||||
titleIconSrc: "Zap",
|
||||
buttonText: "Inquire",
|
||||
},
|
||||
title: "Hot Water", description: "Installation and maintenance.", imageSrc: "http://img.b2bpic.net/free-photo/asian-plumber-blue-overalls-clearing-blockage-drain_1098-17773.jpg", titleIconSrc: "Zap", buttonText: "Inquire"},
|
||||
{
|
||||
title: "Kitchen & Bathroom",
|
||||
description: "Luxury installation specialists.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg",
|
||||
titleIconSrc: "Star",
|
||||
buttonText: "Inquire",
|
||||
},
|
||||
title: "Kitchen & Bathroom", description: "Luxury installation specialists.", imageSrc: "http://img.b2bpic.net/free-photo/sanitary-technician-working-with-sink_23-2147772219.jpg", titleIconSrc: "Star", buttonText: "Inquire"},
|
||||
{
|
||||
title: "Residential Plumbing",
|
||||
description: "Reliable maintenance works.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-confident-pointing-with-index-fingers-down-self-satisfied_141793-28592.jpg",
|
||||
titleIconSrc: "Shield",
|
||||
buttonText: "Inquire",
|
||||
},
|
||||
title: "Residential Plumbing", description: "Reliable maintenance works.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-looking-confident-pointing-with-index-fingers-down-self-satisfied_141793-28592.jpg", titleIconSrc: "Shield", buttonText: "Inquire"},
|
||||
{
|
||||
title: "Commercial Plumbing",
|
||||
description: "Large-scale solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55756.jpg",
|
||||
titleIconSrc: "Award",
|
||||
buttonText: "Inquire",
|
||||
},
|
||||
title: "Commercial Plumbing", description: "Large-scale solutions.", imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55756.jpg", titleIconSrc: "Award", buttonText: "Inquire"},
|
||||
{
|
||||
title: "24/7 Emergency",
|
||||
description: "Immediate priority dispatch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-cross-with-bright-lights_23-2151004873.jpg",
|
||||
titleIconSrc: "AlertTriangle",
|
||||
buttonText: "Call Now",
|
||||
},
|
||||
title: "24/7 Emergency", description: "Immediate priority dispatch.", imageSrc: "http://img.b2bpic.net/free-photo/3d-cross-with-bright-lights_23-2151004873.jpg", titleIconSrc: "AlertTriangle", buttonText: "Call Now"},
|
||||
]}
|
||||
title="Comprehensive Plumbing Services"
|
||||
description="Professional expertise across every aspect of your home or commercial plumbing needs."
|
||||
@@ -214,54 +131,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
groups={[
|
||||
{
|
||||
id: "leadership",
|
||||
groupTitle: "Management Team",
|
||||
members: [
|
||||
id: "leadership", groupTitle: "Management Team", members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "John",
|
||||
subtitle: "Director",
|
||||
detail: "Master Plumber",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/firewoman-her-uniform-with-safety-helmet_176474-92991.jpg",
|
||||
},
|
||||
id: "m1", title: "John", subtitle: "Director", detail: "Master Plumber", imageSrc: "http://img.b2bpic.net/free-photo/firewoman-her-uniform-with-safety-helmet_176474-92991.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
title: "James",
|
||||
subtitle: "Operations",
|
||||
detail: "Lead Logistics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881158.jpg?_wi=1",
|
||||
},
|
||||
id: "m2", title: "James", subtitle: "Operations", detail: "Lead Logistics", imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881158.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
title: "Josh",
|
||||
subtitle: "Technical",
|
||||
detail: "Senior Technician",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-tokyo-streets_23-2149389145.jpg",
|
||||
},
|
||||
id: "m3", title: "Josh", subtitle: "Technical", detail: "Senior Technician", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-tokyo-streets_23-2149389145.jpg"},
|
||||
{
|
||||
id: "m4",
|
||||
title: "Nick",
|
||||
subtitle: "Residential",
|
||||
detail: "Maintenance Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-looking-out-window_23-2148629720.jpg",
|
||||
},
|
||||
id: "m4", title: "Nick", subtitle: "Residential", detail: "Maintenance Lead", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-girl-looking-out-window_23-2148629720.jpg"},
|
||||
{
|
||||
id: "m5",
|
||||
title: "Robyn",
|
||||
subtitle: "Customer Success",
|
||||
detail: "Care Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-index-finger-towards-camera-expression-as-asking-question-isolated-orange-wall-with-copy-space_141793-15958.jpg",
|
||||
},
|
||||
id: "m5", title: "Robyn", subtitle: "Customer Success", detail: "Care Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-safety-helmet-pointing-index-finger-towards-camera-expression-as-asking-question-isolated-orange-wall-with-copy-space_141793-15958.jpg"},
|
||||
{
|
||||
id: "m6",
|
||||
title: "Marilyn",
|
||||
subtitle: "Accounts",
|
||||
detail: "Office Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881158.jpg?_wi=2",
|
||||
},
|
||||
id: "m6", title: "Marilyn", subtitle: "Accounts", detail: "Office Manager", imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881158.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/classical-background-house-bath-interior_1203-5614.jpg?_wi=2",
|
||||
imageAlt: "luxury plumbing services home interior",
|
||||
},
|
||||
]}
|
||||
title="The Hodges Experts"
|
||||
@@ -277,25 +160,15 @@ export default function LandingPage() {
|
||||
author="Sarah D., Homeowner"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg",
|
||||
alt: "Sarah",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-tender-young-smiling-woman-feeling-cozy-home-sitting-kitchen-chair-with-smartphone_1258-199927.jpg", alt: "Sarah"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/female-with-radiant-smile-sitting-room_259150-60488.jpg",
|
||||
alt: "Michael",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/female-with-radiant-smile-sitting-room_259150-60488.jpg", alt: "Michael"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-workers-high-five_23-2149366624.jpg",
|
||||
alt: "Emily",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-workers-high-five_23-2149366624.jpg", alt: "Emily"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg",
|
||||
alt: "David",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cute-couple-holding-lamp_23-2147782380.jpg", alt: "David"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-new-home_329181-19937.jpg",
|
||||
alt: "John",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-new-home_329181-19937.jpg", alt: "John"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -306,8 +179,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Contact Us"
|
||||
title="Need a Reliable Plumber?"
|
||||
description="Request a consultation today and experience premium Australian service."
|
||||
@@ -319,37 +191,23 @@ export default function LandingPage() {
|
||||
logoText="Hodges Plumbing"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Blocked Drains",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Blocked Drains", href: "#services"},
|
||||
{
|
||||
label: "Hot Water",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hot Water", href: "#services"},
|
||||
{
|
||||
label: "Commercial",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Commercial", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Team",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Our Team", href: "#team"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user