Merge version_1 into main #2
@@ -41,7 +41,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "📞 Call Now", href: "tel:07950471139"}}
|
||||
text: "📞 Call Now", href: "tel:07950471139"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -53,9 +54,11 @@ export default function LandingPage() {
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "📞 Call Now – 07950 471139", href: "tel:07950471139"},
|
||||
text: "📞 Call Now – 07950 471139", href: "tel:07950471139"
|
||||
},
|
||||
{
|
||||
text: "Request a Call Back", href: "#contact"},
|
||||
text: "Request a Call Back", href: "#contact"
|
||||
},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg"
|
||||
@@ -73,11 +76,13 @@ export default function LandingPage() {
|
||||
tag="What We Do"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Waiting for unavailable plumbers", "Unclear pricing and hidden costs", "Long response times", "Inexperienced technicians"],
|
||||
"Waiting for unavailable plumbers", "Unclear pricing and hidden costs", "Long response times", "Inexperienced technicians"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"24/7 Emergency Response Available", "Transparent Pricing - No Surprises", "Fast Local Service in Norwich Area", "Experienced, Friendly Professionals"],
|
||||
"24/7 Emergency Response Available", "Transparent Pricing - No Surprises", "Fast Local Service in Norwich Area", "Experienced, Friendly Professionals"
|
||||
],
|
||||
}}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -97,22 +102,28 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Emergency", name: "Emergency Plumbing", price: "Fast Response", rating: 5,
|
||||
reviewCount: "24/7", imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg", imageAlt: "Emergency plumbing service"},
|
||||
reviewCount: "24/7", imageSrc: "http://img.b2bpic.net/free-photo/shocked-woman-calling-plumber-while-collecting-water-leaking-from-ceiling-using-utensil_657921-1199.jpg", imageAlt: "Emergency plumbing service"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Drainage", name: "Blocked Drains", price: "Same Day", rating: 5,
|
||||
reviewCount: "Service", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Blocked drain clearing"},
|
||||
reviewCount: "Service", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Blocked drain clearing"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Fixtures", name: "Tap & Mixer Replacement", price: "Professional", rating: 5,
|
||||
reviewCount: "Install", imageSrc: "http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg", imageAlt: "Tap replacement service"},
|
||||
reviewCount: "Install", imageSrc: "http://img.b2bpic.net/free-photo/man-opening-faucet-looking-jet-water_259150-59268.jpg", imageAlt: "Tap replacement service"
|
||||
},
|
||||
{
|
||||
id: "4", brand: "Repairs", name: "Leak Repairs", price: "Quick Fix", rating: 5,
|
||||
reviewCount: "Service", imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", imageAlt: "Leak repair work"},
|
||||
reviewCount: "Service", imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg", imageAlt: "Leak repair work"
|
||||
},
|
||||
{
|
||||
id: "5", brand: "Bathroom", name: "Bathroom Plumbing", price: "Full Suite", rating: 5,
|
||||
reviewCount: "Service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Bathroom plumbing installation"},
|
||||
reviewCount: "Service", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746318.jpg", imageAlt: "Bathroom plumbing installation"
|
||||
},
|
||||
{
|
||||
id: "6", brand: "Maintenance", name: "General Maintenance", price: "Preventive", rating: 5,
|
||||
reviewCount: "Care", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Plumbing maintenance"},
|
||||
reviewCount: "Care", imageSrc: "http://img.b2bpic.net/free-photo/male-plumber-working-with-client-fix-kitchen-problems_23-2150990690.jpg", imageAlt: "Plumbing maintenance"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,16 +136,20 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "24 Hour Availability", value: "Always Ready"},
|
||||
label: "24 Hour Availability", value: "Always Ready"
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Fast Local Response", value: "In Your Area"},
|
||||
label: "Fast Local Response", value: "In Your Area"
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Highly Rated", value: "4.4 Stars"},
|
||||
label: "Highly Rated", value: "4.4 Stars"
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Experienced Professionals", value: "Expert Care"},
|
||||
label: "Experienced Professionals", value: "Expert Care"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -151,22 +166,28 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Norwich", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Johnson testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Johnson testimonial"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "Landlord", company: "Norfolk Property", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Michael Chen testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Michael Chen testimonial"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Local Shop", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Emily Rodriguez testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Emily Rodriguez testimonial"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Kim", role: "Elderly Resident", company: "Norwich", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=4", imageAlt: "David Kim testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "David Kim testimonial"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Brown", role: "Family Home Owner", company: "Norwich", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=5", imageAlt: "Jessica Brown testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Brown testimonial"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Wilson", role: "Property Manager", company: "Norfolk Lettings", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=6", imageAlt: "Robert Wilson testimonial"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Robert Wilson testimonial"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -176,24 +197,27 @@ export default function LandingPage() {
|
||||
title="Plumbing Emergency?"
|
||||
description="We're available 24/7 across Norwich and Norfolk. Fast response, professional service, honest pricing."
|
||||
tag="Emergency Service"
|
||||
textboxLayout="centered"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", title: "24 Hour Emergency Response", subtitle: "Available every day of the year", category: "Emergency", value: "Call Now", buttons: [
|
||||
{
|
||||
text: "📞 07950 471139", href: "tel:07950471139"},
|
||||
text: "📞 07950 471139", href: "tel:07950471139"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", title: "Fast Local Service", subtitle: "Norwich and surrounding Norfolk areas", category: "Service", value: "Same Day", buttons: [
|
||||
{
|
||||
text: "Request Service", href: "#contact"},
|
||||
text: "Request Service", href: "#contact"
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", title: "Transparent Pricing", subtitle: "No hidden costs, clear communication", category: "Pricing", value: "Honest Rates"},
|
||||
id: "3", title: "Transparent Pricing", subtitle: "No hidden costs, clear communication", category: "Pricing", value: "Honest Rates"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user