Update src/app/page.tsx
This commit is contained in:
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "WhatsApp Now", href: "https://wa.me/27123456789"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -123,11 +123,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Sarah Miller", date: "2024-03-12", title: "Homeowner", quote: "Fast service, fixed my geyser in no time!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40329.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg", imageAlt: "happy home owner johannesburg"},
|
||||
id: "t1", name: "Sarah Miller", date: "2024-03-12", title: "Homeowner", quote: "Fast service, fixed my geyser in no time!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-moving-new-home-together-african-american-couple-with-cardboard-boxes_1157-40329.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumber-assembling-pipe_1098-17772.jpg?_wi=2", imageAlt: "happy home owner johannesburg"},
|
||||
{
|
||||
id: "t2", name: "John Dube", date: "2024-02-15", title: "Homeowner", quote: "Very professional and left the area spotless.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/two-happy-male-female-business-people-showing-thumbs-up-outdoors_1262-12567.jpg", imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721542.jpg", imageAlt: "happy home owner johannesburg"},
|
||||
{
|
||||
id: "t3", name: "Peter Smith", date: "2024-01-20", title: "Landlord", quote: "Reliable for my rental properties.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg", imageAlt: "happy home owner johannesburg"},
|
||||
id: "t3", name: "Peter Smith", date: "2024-01-20", title: "Landlord", quote: "Reliable for my rental properties.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg?_wi=1", imageAlt: "happy home owner johannesburg"},
|
||||
{
|
||||
id: "t4", name: "Lerato Nkosi", date: "2024-01-05", title: "Homeowner", quote: "Reasonable pricing for emergency work.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/businessman-laptop-planning-strategy-working-concept_53876-23016.jpg", imageSrc: "http://img.b2bpic.net/free-photo/excited-multiethnic-couple-stand-surrounded-by-moving-boxes-taking-break-capture-selfie-with_482257-134995.jpg", imageAlt: "happy home owner johannesburg"},
|
||||
{
|
||||
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
||||
variant: "plain"}}
|
||||
title="Ready to get help?"
|
||||
description="Contact us today to schedule your service or request an emergency call-out."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990731.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user