Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 21:05:30 +00:00

View File

@@ -54,15 +54,15 @@ export default function LandingPage() {
testimonials={[
{
name: "John Davis", handle: "Homeowner, Gardens", testimonial: "Fixed my washing machine in no time. Professional and affordable. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "John Davis"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "John Davis"
},
{
name: "Sarah Mitchell", handle: "Family, Constantia", testimonial: "Excellent service! Repaired our fridge and dishwasher. Very trustworthy team.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Sarah Mitchell"
},
{
name: "Mike Thompson", handle: "Homeowner, Newlands", testimonial: "Best repair service in Cape Town. Quick response and fair pricing.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Mike Thompson"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Mike Thompson"
}
]}
buttons={[
@@ -81,7 +81,7 @@ export default function LandingPage() {
tag="Services"
tagIcon={Hammer}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/portrait-man-view-from-washing-machine-loading-washing-dirty-linen_169016-12827.jpg"
imageSrc="http://img.b2bpic.net/free-photo/portrait-man-view-from-washing-machine-loading-washing-dirty-linen_169016-12827.jpg?_wi=1"
imageAlt="Washing machine repair service"
mediaPosition="left"
mediaAnimation="slide-up"
@@ -160,16 +160,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "north", name: "Northern Suburbs", price: "Service Available", variant: "Durbanville, Kuils River, Brackenfell, Bellville", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg", imageAlt: "Northern Cape Town suburbs"
id: "north", name: "Northern Suburbs", price: "Service Available", variant: "Durbanville, Kuils River, Brackenfell, Bellville", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg?_wi=1", imageAlt: "Northern Cape Town suburbs"
},
{
id: "south", name: "Southern Suburbs", price: "Service Available", variant: "Gardens, Constantia, Newlands, Bishopscourt", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg", imageAlt: "Southern Cape Town suburbs"
id: "south", name: "Southern Suburbs", price: "Service Available", variant: "Gardens, Constantia, Newlands, Bishopscourt", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-male-technician-doing-work-report-broken-fridge-home-kitchen_662251-2719.jpg?_wi=2", imageAlt: "Southern Cape Town suburbs"
},
{
id: "east", name: "Eastern Areas", price: "Service Available", variant: "Observatory, Woodstock, Salt River, Strand", imageSrc: "http://img.b2bpic.net/free-photo/diagnostics-equipment-profile-serious-man-ooking-open-dishwasher-kitchen_259150-58280.jpg", imageAlt: "Eastern Cape Town areas"
},
{
id: "west", name: "Western Seaboard", price: "Service Available", variant: "Camps Bay, Clifton, Bantry Bay, Sea Point", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-view-from-washing-machine-loading-washing-dirty-linen_169016-12827.jpg", imageAlt: "Western seaboard areas"
id: "west", name: "Western Seaboard", price: "Service Available", variant: "Camps Bay, Clifton, Bantry Bay, Sea Point", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-view-from-washing-machine-loading-washing-dirty-linen_169016-12827.jpg?_wi=2", imageAlt: "Western seaboard areas"
}
]}
gridVariant="two-columns-alternating-heights"