Update src/app/page.tsx
This commit is contained in:
@@ -52,13 +52,13 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg", imageAlt: "Professional yard maintenance and handyman services"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg?_wi=1", imageAlt: "Professional yard maintenance and handyman services"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41435.jpg", imageAlt: "Expert lawn care and garden maintenance"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41435.jpg?_wi=1", imageAlt: "Expert lawn care and garden maintenance"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-different-construction-tools-wooden-background_169016-24024.jpg", imageAlt: "Quality home and building repair services"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-different-construction-tools-wooden-background_169016-24024.jpg?_wi=1", imageAlt: "Quality home and building repair services"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
@@ -105,7 +105,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Yard Maintenance & Landscaping", description: "Expert lawn care, garden maintenance, hedge trimming, and seasonal yard work to keep your outdoor spaces pristine and well-maintained throughout the year.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41435.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-black-apron_1157-41435.jpg?_wi=2"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilful-male-landscaper-using-high-altitude-hedge-trimmer-topiary-park-side-view-focused_7502-10164.jpg"
|
||||
@@ -114,10 +114,10 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 2,
|
||||
title: "General Handyman Services", description: "Professional repairs, installations, and maintenance work for your home. From small fixes to larger projects, we handle it all with precision and care.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-different-construction-tools-wooden-background_169016-24024.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-different-construction-tools-wooden-background_169016-24024.jpg?_wi=2"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunet-handyman-protective-shield-standing-with-cordless-chain-saw-while-working-backyard_7502-10173.jpg?_wi=2"
|
||||
}
|
||||
}
|
||||
]}
|
||||
@@ -147,22 +147,22 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Margaret Richardson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Margaret Richardson"
|
||||
id: "1", name: "Margaret Richardson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Margaret Richardson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson"
|
||||
id: "2", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Thompson"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Patricia Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Patricia Williams"
|
||||
id: "3", name: "Patricia Williams", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Patricia Williams"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell"
|
||||
id: "4", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Mitchell"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Susan Anderson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Susan Anderson"
|
||||
id: "5", name: "Susan Anderson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Susan Anderson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Campbell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Campbell"
|
||||
id: "6", name: "Robert Campbell", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Robert Campbell"
|
||||
}
|
||||
]}
|
||||
cardTitle="Over 500 satisfied customers trust In Good Nick to maintain and care for their properties with professional excellence"
|
||||
|
||||
Reference in New Issue
Block a user