Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-02 17:50:50 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
{ text: "Request a Free Quote", href: "#contact" }
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg"
imageAlt="Professional emergency plumber at work"
frameStyle="card"
mediaAnimation="slide-up"
@@ -72,19 +72,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Homeowner", company: "Durban Central", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Johnson"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Johnson"
},
{
id: "2", name: "Michael Chen", role: "Business Owner", company: "Phoenix Commercial", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Chen"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Chen"
},
{
id: "3", name: "Emily Rodriguez", role: "Property Manager", company: "Umhlanga Estates", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Emily Rodriguez"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Emily Rodriguez"
},
{
id: "4", name: "David Kim", role: "Homeowner", company: "Chatsworth", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "David Kim"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Kim"
},
{
id: "5", name: "Lisa Thompson", role: "Facilities Manager", company: "Westville Business Hub", rating: 5,
@@ -92,7 +92,7 @@ export default function LandingPage() {
},
{
id: "6", name: "James Ntombela", role: "Homeowner", company: "Bluff Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "James Ntombela"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Ntombela"
}
]}
/>
@@ -105,10 +105,10 @@ export default function LandingPage() {
tag="Emergency Available"
features={[
{
id: "emergency", title: "Emergency Plumbing", description: "24/7 rapid response to burst pipes, water leaks, and urgent plumbing emergencies. We prioritize your emergency needs.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=2", imageAlt: "Emergency burst pipe repair"
id: "emergency", title: "Emergency Plumbing", description: "24/7 rapid response to burst pipes, water leaks, and urgent plumbing emergencies. We prioritize your emergency needs.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency burst pipe repair"
},
{
id: "burst-pipes", title: "Burst Pipes", description: "Professional diagnosis and fast repair of burst pipes to prevent water damage to your property.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=3", imageAlt: "Burst pipe repair work"
id: "burst-pipes", title: "Burst Pipes", description: "Professional diagnosis and fast repair of burst pipes to prevent water damage to your property.", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Burst pipe repair work"
},
{
id: "blocked-drains", title: "Blocked Drains", description: "Drain cleaning and unblocking services using professional equipment and proven techniques.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plumber-checking-kitchen-fixtures_1098-17864.jpg", imageAlt: "Drain cleaning service"
@@ -129,7 +129,7 @@ export default function LandingPage() {
id: "renovations", title: "Renovations", description: "Complete plumbing solutions for renovation projects, new constructions, and custom installations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-men-working-together_23-2148752013.jpg", imageAlt: "Renovation plumbing work"
}
]}
gridVariant="uniform-4-items"
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
@@ -184,7 +184,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
products={[
{
id: "cta-1", name: "24/7 Emergency Service", price: "Available Now", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg?_wi=4", imageAlt: "Emergency service ready"
id: "cta-1", name: "24/7 Emergency Service", price: "Available Now", imageSrc: "http://img.b2bpic.net/free-photo/man-fixing-kitchen-sink_53876-13430.jpg", imageAlt: "Emergency service ready"
}
]}
gridVariant="one-large-right-three-stacked-left"