Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -66,35 +66,35 @@ export default function LandingPage() {
|
||||
handle: "Verified Local Customer",
|
||||
testimonial: "Mackinder Services are the absolute best. They arrived on time, were professional, and did an incredible job. Would highly recommend!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
name: "Sarah K.",
|
||||
handle: "Homeowner",
|
||||
testimonial: "Exceptional plumbing service! Fast, clean, and very friendly. Definitely my go-to team now.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
name: "Mike D.",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Reliable and efficient electrical repairs. They saved me a lot of stress during an outage.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
name: "Emma L.",
|
||||
handle: "Client",
|
||||
testimonial: "Great attention to detail with the landscaping work. My garden has never looked better!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
name: "John P.",
|
||||
handle: "Regular Customer",
|
||||
testimonial: "The best maintenance team in Taranaki. Honest pricing and outstanding communication.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=5",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
@@ -103,7 +103,7 @@ export default function LandingPage() {
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-holding-clipboard-isolated-white-background_141793-84943.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-holding-clipboard-isolated-white-background_141793-84943.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
@@ -219,7 +219,7 @@ export default function LandingPage() {
|
||||
description: "Transparent pricing from day one.",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-holding-clipboard-isolated-white-background_141793-84943.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-holding-clipboard-isolated-white-background_141793-84943.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -230,27 +230,27 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Gene",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=6",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=7",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mike",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=8",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=9",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "John",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285311.jpg?_wi=10",
|
||||
},
|
||||
]}
|
||||
cardTitle="Verified Local Satisfaction"
|
||||
@@ -301,13 +301,13 @@ export default function LandingPage() {
|
||||
placeholder: "How can we help?",
|
||||
rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149457036.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149457036.jpg?_wi=1"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149457036.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-using-printer-office_23-2149457036.jpg?_wi=2"
|
||||
logoText="Mackinder Services"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user