Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c5d96a63a6 | |||
| a8f23ab377 | |||
| f11b585f55 | |||
| fe02923866 | |||
| 02db48c62f |
@@ -52,37 +52,20 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "Book Service", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721552.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-installs-heating-system-house-checks-pipes-with-wrench_169016-55822.jpg?id=219636595"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721552.jpg", alt: "Service Technician 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721552.jpg", alt: "Service Technician 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721552.jpg", alt: "Service Technician 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721552.jpg", alt: "Service Technician 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721552.jpg", alt: "Service Technician 5"},
|
||||
{ src: "https://img.b2bpic.net/free-photo/medium-shot-plumber-holding-wrench_23-2148766336.jpg", alt: "Expert 1" },
|
||||
{ src: "https://img.b2bpic.net/free-photo/plumber-working-sink_23-2148766355.jpg", alt: "Expert 2" },
|
||||
{ src: "https://img.b2bpic.net/free-photo/plumber-repairing-pipe-using-tools_23-2148766318.jpg", alt: "Expert 3" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ Calgary homeowners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon", text: "24/7 Emergency", icon: Clock,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Licensed Plumbers", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Fast Response", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Fixed Pricing", icon: Percent,
|
||||
},
|
||||
{
|
||||
type: "text-icon", text: "Local Experts", icon: MapPin,
|
||||
},
|
||||
{ type: "text-icon", text: "24/7 Emergency", icon: Clock },
|
||||
{ type: "text-icon", text: "Licensed Plumbers", icon: ShieldCheck },
|
||||
{ type: "text-icon", text: "Fast Response", icon: Zap },
|
||||
{ type: "text-icon", text: "Fixed Pricing", icon: Percent },
|
||||
{ type: "text-icon", text: "Local Experts", icon: MapPin },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,8 +75,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Expert Care for Your Home Systems"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Services", href: "#services"},
|
||||
{ text: "View Our Services", href: "#services" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,12 +86,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"No Hidden Fees", "No Unnecessary Repairs", "No Service Delays", "No Mess Left Behind", "No Compromise on Safety"],
|
||||
items: ["No Hidden Fees", "No Unnecessary Repairs", "No Service Delays", "No Mess Left Behind", "No Compromise on Safety"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Licensed & Insured Professionals", "24/7 Emergency Support", "Transparent Pricing Guarantee", "Comprehensive Diagnostics", "Local Calgary Roots"],
|
||||
items: ["Licensed & Insured Professionals", "24/7 Emergency Support", "Transparent Pricing Guarantee", "Comprehensive Diagnostics", "Local Calgary Roots"],
|
||||
}}
|
||||
title="Why Choose Argy Plumbing & Heating"
|
||||
description="We prioritize quality workmanship, punctuality, and transparent pricing to ensure your peace of mind."
|
||||
@@ -122,11 +102,11 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Need Immediate Assistance?"
|
||||
description="Our team is standing by to resolve your plumbing and heating emergencies. Contact us today for reliable service."
|
||||
title="Ready to Fix Your Plumbing Issue?"
|
||||
description="Don't wait for minor issues to turn into major emergencies. Reach out to our expert team for a fast, reliable, and professional fix today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support", href: "mailto:info@argyplumbing.ca"},
|
||||
{ text: "Call (403) 000-0000", href: "tel:+14030000000" },
|
||||
{ text: "Email Us", href: "mailto:info@argyplumbing.ca" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,18 +119,9 @@ export default function LandingPage() {
|
||||
title="Proven Excellence"
|
||||
description="Serving the Calgary community with unparalleled technical expertise and dedication."
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "15+", title: "Years Experience", items: [
|
||||
"Serving Calgary since 2010", "Qualified Master Plumbers"],
|
||||
},
|
||||
{
|
||||
id: "2", value: "24/7", title: "Availability", items: [
|
||||
"Emergency response", "Available weekends & holidays"],
|
||||
},
|
||||
{
|
||||
id: "3", value: "100%", title: "Satisfaction", items: [
|
||||
"Warranty on all labor", "Customer focus first"],
|
||||
},
|
||||
{ id: "1", value: "15+", title: "Years Experience", items: ["Master-certified technicians", "Established in 2010"] },
|
||||
{ id: "2", value: "5k+", title: "Successful Jobs", items: ["Completed projects", "Satisfied home systems"] },
|
||||
{ id: "3", value: "100%", title: "Warranty Backed", items: ["On all labor provided", "Peace of mind guarantee"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -158,22 +129,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About Us", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "Privacy Policy", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Argy Plumbing and Heating Ltd. All rights reserved."
|
||||
/>
|
||||
@@ -181,4 +138,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user