Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| be474de31d |
200
src/app/page.tsx
200
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Matti Plumbing"
|
||||
/>
|
||||
@@ -53,69 +45,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Queensland's Trusted Plumbers"
|
||||
description="Expert plumbing, done right every time. From urgent repairs to full installations, Matti Plumbing brings fast response times, transparent communication and quality craftsmanship to every job."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pretty-attractive-young-mixed-race-model-with-large-afro-wearing-navy-jacket-her-naked-body-shorts_633478-1216.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-young-businesswoman-smiling-camera_74855-4022.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153828.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 1,000+ Queensland families"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "Call Sam Now",
|
||||
href: "tel:0400000000",
|
||||
},
|
||||
text: "Contact Sam Now", href: "tel:0400000000"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "24/7 Emergency",
|
||||
icon: AlertTriangle,
|
||||
type: "text-icon", text: "24/7 Emergency", icon: AlertTriangle,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Same Day Service",
|
||||
icon: Clock,
|
||||
type: "text-icon", text: "Same Day Service", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Experts",
|
||||
icon: MapPin,
|
||||
type: "text-icon", text: "Local Experts", icon: MapPin,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fixed Pricing",
|
||||
icon: Percent,
|
||||
type: "text-icon", text: "Fixed Pricing", icon: Percent,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -129,32 +96,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5.0",
|
||||
title: "Google Rating",
|
||||
description: "Consistently rated 5 stars",
|
||||
icon: Star,
|
||||
id: "1", value: "5.0", title: "Google Rating", description: "Consistently rated 5 stars", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "24/7",
|
||||
title: "Response Time",
|
||||
description: "Same day service available",
|
||||
icon: Clock,
|
||||
id: "2", value: "24/7", title: "Response Time", description: "Same day service available", icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
description: "Guaranteed quality work",
|
||||
icon: CheckCircle,
|
||||
id: "3", value: "100%", title: "Satisfaction", description: "Guaranteed quality work", icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "Local",
|
||||
title: "Service",
|
||||
description: "Queensland based experts",
|
||||
icon: MapPin,
|
||||
id: "4", value: "Local", title: "Service", description: "Queensland based experts", icon: MapPin,
|
||||
},
|
||||
]}
|
||||
title="Why Choose Matti"
|
||||
@@ -169,36 +120,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Emergency Repairs",
|
||||
author: "Plumbing Team",
|
||||
description: "Fast response for leaks and urgent issues.",
|
||||
tags: [
|
||||
"Urgent",
|
||||
"24/7",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg",
|
||||
},
|
||||
id: "s1", title: "Emergency Repairs", author: "Plumbing Team", description: "Fast response for leaks and urgent issues.", tags: [
|
||||
"Urgent", "24/7"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-working-as-plumber_23-2150746421.jpg"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "General Maintenance",
|
||||
author: "Plumbing Team",
|
||||
description: "Preventative care for your pipe systems.",
|
||||
tags: [
|
||||
"Maintenance",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-glue-attaches-window_1150-23995.jpg",
|
||||
},
|
||||
id: "s2", title: "General Maintenance", author: "Plumbing Team", description: "Preventative care for your pipe systems.", tags: [
|
||||
"Maintenance"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-holds-glue-attaches-window_1150-23995.jpg"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Full Installations",
|
||||
author: "Plumbing Team",
|
||||
description: "Professional setup for bathrooms and kitchens.",
|
||||
tags: [
|
||||
"New Build",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-is-sitting-toilet_1204-357.jpg",
|
||||
},
|
||||
id: "s3", title: "Full Installations", author: "Plumbing Team", description: "Professional setup for bathrooms and kitchens.", tags: [
|
||||
"New Build"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-is-sitting-toilet_1204-357.jpg"},
|
||||
]}
|
||||
title="What We Do"
|
||||
description="Comprehensive plumbing solutions tailored to your needs."
|
||||
@@ -213,45 +145,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "Homeowner",
|
||||
company: "Brisbane",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", role: "Homeowner", company: "Brisbane", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-woman-smiling_1149-601.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "James Cook",
|
||||
role: "Small Business",
|
||||
company: "Gold Coast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg",
|
||||
},
|
||||
id: "t2", name: "James Cook", role: "Small Business", company: "Gold Coast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businessman-showing-thumb-up_1262-3024.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Smith",
|
||||
role: "Homeowner",
|
||||
company: "Sunshine Coast",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena Smith", role: "Homeowner", company: "Sunshine Coast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Brown",
|
||||
role: "Homeowner",
|
||||
company: "Brisbane",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg",
|
||||
},
|
||||
id: "t4", name: "David Brown", role: "Homeowner", company: "Brisbane", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-brunette-asian-woman-sitting-with-graphic-pen-looking-happy-drawing_1258-199033.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Anna Williams",
|
||||
role: "Tenant",
|
||||
company: "Queensland",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg",
|
||||
},
|
||||
id: "t5", name: "Anna Williams", role: "Tenant", company: "Queensland", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg"},
|
||||
]}
|
||||
title="Hear From Our Customers"
|
||||
description="See why Queensland trusts Matti Plumbing."
|
||||
@@ -262,8 +169,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Need a Plumber?"
|
||||
description="Request a free quote or schedule service with our expert team today."
|
||||
@@ -277,29 +183,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -310,4 +206,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user