Merge version_1 into main #2
@@ -35,7 +35,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Call Now", href: "tel:07591115721"}}
|
||||
text: "Call Now", href: "tel:07591115721"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -50,29 +51,36 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-plumber-working-fix-problems-client-s-house_23-2150990698.jpg"
|
||||
imageAlt="Professional plumbing service"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "glowing-orb" }}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Michael Thompson", handle: "Homeowner, Battersea", testimonial: "John was fantastic. Finding good people is really hard these days yet John did exactly what he said he was going to do.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sarah Williams", handle: "Property Manager", testimonial: "Great communicator. His work is always to the highest standard. I recommend him to all my landlord clients.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
|
||||
},
|
||||
{
|
||||
name: "James Patterson", handle: "Homeowner, Clapham", testimonial: "He quickly identified the problem area and fixed it at a very good price. Excellent service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Now: 07591 115721", href: "tel:07591115721"},
|
||||
text: "📞 Call Now: 07591 115721", href: "tel:07591115721"
|
||||
},
|
||||
{
|
||||
text: "Request a Quote", href: "#contact"},
|
||||
text: "Request a Quote", href: "#contact"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client"},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Client"
|
||||
},
|
||||
]}
|
||||
avatarText="Trusted by 80+ local customers"
|
||||
/>
|
||||
@@ -86,11 +94,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Long wait times", "Expensive call-out fees", "Unreliable communication", "Poor quality workmanship"],
|
||||
"Long wait times", "Expensive call-out fees", "Unreliable communication", "Poor quality workmanship"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"24-hour emergency response", "Transparent, fair pricing", "Friendly local plumber", "High-quality guaranteed work"],
|
||||
"24-hour emergency response", "Transparent, fair pricing", "Friendly local plumber", "High-quality guaranteed work"
|
||||
],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
tag="Why Us"
|
||||
@@ -110,11 +120,14 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "emergency", name: "Emergency Plumbing", price: "From £95", variant: "24/7 Response", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg", imageAlt: "Emergency plumbing service"},
|
||||
id: "emergency", name: "Emergency Plumbing", price: "From £95", variant: "24/7 Response", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg", imageAlt: "Emergency plumbing service"
|
||||
},
|
||||
{
|
||||
id: "boiler", name: "Boiler Repairs & Installation", price: "From £150", variant: "Heating Solutions", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Boiler repair and installation"},
|
||||
id: "boiler", name: "Boiler Repairs & Installation", price: "From £150", variant: "Heating Solutions", imageSrc: "http://img.b2bpic.net/free-photo/young-engineer-adjusting-autonomous-heating_1303-26539.jpg", imageAlt: "Boiler repair and installation"
|
||||
},
|
||||
{
|
||||
id: "bathroom", name: "Bathroom Plumbing", price: "From £120", variant: "Complete Renovations", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-tool-box-ready-fixing-problems-bathroom_23-2150990695.jpg", imageAlt: "Bathroom plumbing services"},
|
||||
id: "bathroom", name: "Bathroom Plumbing", price: "From £120", variant: "Complete Renovations", imageSrc: "http://img.b2bpic.net/free-photo/view-plumber-tool-box-ready-fixing-problems-bathroom_23-2150990695.jpg", imageAlt: "Bathroom plumbing services"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,9 +138,11 @@ export default function LandingPage() {
|
||||
tag="Local Trusted Expert"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "4.9★", description: "Google rating from 80+ verified customer reviews"},
|
||||
id: "1", value: "4.9★", description: "Google rating from 80+ verified customer reviews"
|
||||
},
|
||||
{
|
||||
id: "2", value: "15+", description: "Years of professional plumbing and heating experience"},
|
||||
id: "2", value: "15+", description: "Years of professional plumbing and heating experience"
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -144,13 +159,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Michael Thompson, Homeowner", date: "Date: December 2024", title: "Fantastic service from start to finish", quote: "John was fantastic. Finding good people is really hard these days yet John did exactly what he said he was going to do. He arrived on time, completed the work professionally, and left the space clean.", tag: "Plumbing Repair", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3"},
|
||||
id: "1", name: "Michael Thompson, Homeowner", date: "Date: December 2024", title: "Fantastic service from start to finish", quote: "John was fantastic. Finding good people is really hard these days yet John did exactly what he said he was going to do. He arrived on time, completed the work professionally, and left the space clean.", tag: "Plumbing Repair", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Sarah Williams, Property Manager", date: "Date: November 2024", title: "Reliable professional I trust completely", quote: "Great communicator. His work is always to the highest standard. I recommend him to all my landlord clients because he's honest, reliable, and gets the job done right every time.", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2"},
|
||||
id: "2", name: "Sarah Williams, Property Manager", date: "Date: November 2024", title: "Reliable professional I trust completely", quote: "Great communicator. His work is always to the highest standard. I recommend him to all my landlord clients because he's honest, reliable, and gets the job done right every time.", tag: "Emergency Service", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
|
||||
},
|
||||
{
|
||||
id: "3", name: "James Patterson, Homeowner", date: "Date: October 2024", title: "Quick fix at fair price", quote: "He quickly identified the problem area and fixed it at a very good price. I called him expecting it to be much more expensive. Very honest and professional. Will definitely call him again.", tag: "Leak Detection", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4"},
|
||||
id: "3", name: "James Patterson, Homeowner", date: "Date: October 2024", title: "Quick fix at fair price", quote: "He quickly identified the problem area and fixed it at a very good price. I called him expecting it to be much more expensive. Very honest and professional. Will definitely call him again.", tag: "Leak Detection", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emma Clarke, Homeowner", date: "Date: September 2024", title: "Emergency response saved the day", quote: "Pipe burst at 11pm on a Sunday. John answered the phone immediately and was at my house within 30 minutes. He fixed it professionally and the cost was very reasonable. Can't ask for more.", tag: "Emergency Plumbing", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3"},
|
||||
id: "4", name: "Emma Clarke, Homeowner", date: "Date: September 2024", title: "Emergency response saved the day", quote: "Pipe burst at 11pm on a Sunday. John answered the phone immediately and was at my house within 30 minutes. He fixed it professionally and the cost was very reasonable. Can't ask for more.", tag: "Emergency Plumbing", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -163,18 +182,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call 07591 115721", href: "tel:07591115721"},
|
||||
text: "📞 Call 07591 115721", href: "tel:07591115721"
|
||||
},
|
||||
{
|
||||
text: "Request a Free Quote", href: "#contact"},
|
||||
text: "Request a Free Quote", href: "#contact"
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Waiting for unavailable plumbers", "Costly emergency charges", "Unreliable scheduling"],
|
||||
"Waiting for unavailable plumbers", "Costly emergency charges", "Unreliable scheduling"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Immediate response available", "Transparent pricing upfront", "Convenient appointment times"],
|
||||
"Immediate response available", "Transparent pricing upfront", "Convenient appointment times"
|
||||
],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
@@ -215,13 +238,16 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Phone,
|
||||
href: "tel:07591115721", ariaLabel: "Call us"},
|
||||
href: "tel:07591115721", ariaLabel: "Call us"
|
||||
},
|
||||
{
|
||||
icon: Mail,
|
||||
href: "mailto:contact@smythplumbing.co.uk", ariaLabel: "Email us"},
|
||||
href: "mailto:contact@smythplumbing.co.uk", ariaLabel: "Email us"
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
href: "https://maps.google.com/?q=10+Shipley+House+Albion+Rd+London+SW8+2AH", ariaLabel: "Visit us"},
|
||||
href: "https://maps.google.com/?q=10+Shipley+House+Albion+Rd+London+SW8+2AH", ariaLabel: "Visit us"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user