Merge version_1 into main #2
156
src/app/page.tsx
156
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
name: "Reviews", id: "reviews"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="MVC Plumbing"
|
||||
/>
|
||||
@@ -56,16 +48,12 @@ export default function LandingPage() {
|
||||
description="Melbourne's premium plumbing and gas fitting service. Exceptional craftsmanship delivered with honesty, transparency, and care."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721537.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721537.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,19 +64,13 @@ export default function LandingPage() {
|
||||
description="MVC Plumbing & Gas Fitting is run by Matt — a fully licensed and insured tradesperson. When you call MVC, you get Matt. Not a sub-contractor. Not a call centre. The person you speak with is the person who shows up."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "10+", title: "Years Experience"},
|
||||
{
|
||||
value: "5.0",
|
||||
title: "Google Rating",
|
||||
},
|
||||
value: "5.0", title: "Google Rating"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Licensed & Insured",
|
||||
},
|
||||
value: "100%", title: "Licensed & Insured"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/timid-young-builder-man-construction-uniform-safety-helmet-holding-hands-together_141793-28123.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/timid-young-builder-man-construction-uniform-safety-helmet-holding-hands-together_141793-28123.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -101,52 +83,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Hot Water Systems",
|
||||
description: "Expert replacement of instant, storage, and heat pump systems.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721547.jpg",
|
||||
imageAlt: "hot water system replacement interior",
|
||||
title: "Hot Water Systems", description: "Expert replacement of instant, storage, and heat pump systems.", bentoComponent: "reveal-icon", icon: Droplets
|
||||
},
|
||||
{
|
||||
title: "Gas Fitting",
|
||||
description: "Licensed connections for appliances, heaters, and gas lines.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721537.jpg?_wi=2",
|
||||
imageAlt: "hot water system replacement interior",
|
||||
title: "Gas Fitting", description: "Licensed connections for appliances, heaters, and gas lines.", bentoComponent: "reveal-icon", icon: Flame
|
||||
},
|
||||
{
|
||||
title: "Tap & Fixture Repairs",
|
||||
description: "Quick fixes for leaks and expert installation of new fixtures.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/timid-young-builder-man-construction-uniform-safety-helmet-holding-hands-together_141793-28123.jpg?_wi=2",
|
||||
imageAlt: "hot water system replacement interior",
|
||||
title: "Tap & Fixture Repairs", description: "Quick fixes for leaks and expert installation of new fixtures.", bentoComponent: "reveal-icon", icon: Wrench
|
||||
},
|
||||
{
|
||||
title: "Renovation Plumbing",
|
||||
description: "Full pipework and rough-ins for kitchen and bathroom upgrades.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-checking-heating-system-boiler-room_169016-55756.jpg",
|
||||
imageAlt: "hot water system replacement interior",
|
||||
title: "Renovation Plumbing", description: "Full pipework and rough-ins for kitchen and bathroom upgrades.", bentoComponent: "reveal-icon", icon: Wrench
|
||||
},
|
||||
{
|
||||
title: "Water Connections",
|
||||
description: "Professional supply lines for fridges, dishwashers, and laundry.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nobody-interior-bathtub-new-contemporary_1203-5189.jpg",
|
||||
imageAlt: "hot water system replacement interior",
|
||||
title: "Water Connections", description: "Professional supply lines for fridges, dishwashers, and laundry.", bentoComponent: "reveal-icon", icon: Zap
|
||||
},
|
||||
{
|
||||
title: "Drain & Pipe Work",
|
||||
description: "Comprehensive clearing and repair to fix the root cause.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Waves,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746312.jpg",
|
||||
imageAlt: "hot water system replacement interior",
|
||||
title: "Drain & Pipe Work", description: "Comprehensive clearing and repair to fix the root cause.", bentoComponent: "reveal-icon", icon: Waves
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Solutions"
|
||||
@@ -161,45 +113,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dillon Hendricks",
|
||||
handle: "@dillon",
|
||||
testimonial: "Matt has been excellent. Incredibly knowledgeable and great communication. Fantastic standard of work.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
},
|
||||
id: "1", name: "Dillon Hendricks", handle: "@dillon", testimonial: "Matt has been excellent. Incredibly knowledgeable and great communication. Fantastic standard of work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Pat Pat",
|
||||
handle: "@patpat",
|
||||
testimonial: "Professional, reasonably priced and efficient. Definitely calling Matt for all future plumbing needs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1979.jpg",
|
||||
},
|
||||
id: "2", name: "Pat Pat", handle: "@patpat", testimonial: "Professional, reasonably priced and efficient. Definitely calling Matt for all future plumbing needs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1979.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Natalie Roberts",
|
||||
handle: "@nataliere",
|
||||
testimonial: "Changed our hot water service to instant. Professional installation through brickwork, extremely happy with result.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg",
|
||||
},
|
||||
id: "3", name: "Natalie Roberts", handle: "@nataliere", testimonial: "Changed our hot water service to instant. Professional installation through brickwork, extremely happy with result.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Zul",
|
||||
handle: "@zul",
|
||||
testimonial: "Reliable and efficient. Expert workmanship and very professional service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
|
||||
},
|
||||
id: "4", name: "Zul", handle: "@zul", testimonial: "Reliable and efficient. Expert workmanship and very professional service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mark S.",
|
||||
handle: "@marks",
|
||||
testimonial: "Best plumber I've dealt with in years. Prompt, tidy, and honest about costs.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-taking-picture-mom-son-kitchen_23-2148414943.jpg",
|
||||
},
|
||||
id: "5", name: "Mark S.", handle: "@marks", testimonial: "Best plumber I've dealt with in years. Prompt, tidy, and honest about costs.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-taking-picture-mom-son-kitchen_23-2148414943.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Client Reviews"
|
||||
@@ -211,8 +138,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact"
|
||||
title="Let's Start Your Project"
|
||||
description="Have a plumbing emergency or planning a renovation? Reach out to Matt today."
|
||||
@@ -227,33 +153,21 @@ export default function LandingPage() {
|
||||
logoText="MVC Plumbing & Gas Fitting"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Hot Water",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Hot Water", href: "#services"},
|
||||
{
|
||||
label: "Gas Fitting",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Gas Fitting", href: "#services"},
|
||||
{
|
||||
label: "Renovations",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Renovations", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "0400 000 000",
|
||||
href: "tel:0400000000",
|
||||
},
|
||||
label: "0400 000 000", href: "tel:0400000000"},
|
||||
{
|
||||
label: "Request Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Request Quote", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user