Update src/app/page.tsx
This commit is contained in:
@@ -59,19 +59,19 @@ export default function LandingPage() {
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-gardener-with-modern-weedwacker_329181-20635.jpg", imageAlt: "Professional lawn mowing service in Coffs Harbour"
|
||||
},
|
||||
{
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-psd/vibrant-green-push-lawn-mower-garden-yard-maintenance_84443-76989.jpg", imageAlt: "Lawn mowing equipment and grass cutting service"
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-psd/vibrant-green-push-lawn-mower-garden-yard-maintenance_84443-76989.jpg?_wi=1", imageAlt: "Lawn mowing equipment and grass cutting service"
|
||||
},
|
||||
{
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41449.jpg", imageAlt: "Professional hedge trimming and garden maintenance"
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41449.jpg?_wi=1", imageAlt: "Professional hedge trimming and garden maintenance"
|
||||
},
|
||||
{
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-vegetables_329181-12471.jpg", imageAlt: "Professional lawn care team"
|
||||
},
|
||||
{
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/man-cleans-up-forest-throws-bottle-into-trash-bag-closeup_169016-23002.jpg", imageAlt: "Complete yard cleanup and property maintenance"
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/man-cleans-up-forest-throws-bottle-into-trash-bag-closeup_169016-23002.jpg?_wi=1", imageAlt: "Complete yard cleanup and property maintenance"
|
||||
},
|
||||
{
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash_23-2149109093.jpg", imageAlt: "Green waste removal service"
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash_23-2149109093.jpg?_wi=1", imageAlt: "Green waste removal service"
|
||||
}
|
||||
]}
|
||||
autoPlay={true}
|
||||
@@ -110,7 +110,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "service-1", brand: "Core Service", name: "Lawn Mowing", price: "From $50", rating: 5,
|
||||
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-psd/vibrant-green-push-lawn-mower-garden-yard-maintenance_84443-76989.jpg", imageAlt: "Professional lawn mowing service"
|
||||
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-psd/vibrant-green-push-lawn-mower-garden-yard-maintenance_84443-76989.jpg?_wi=2", imageAlt: "Professional lawn mowing service"
|
||||
},
|
||||
{
|
||||
id: "service-2", brand: "Core Service", name: "Whipper Snipping & Edging", price: "From $30", rating: 5,
|
||||
@@ -118,15 +118,15 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "service-3", brand: "Core Service", name: "Hedge Trimming", price: "From $60", rating: 5,
|
||||
reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41449.jpg", imageAlt: "Professional hedge trimming"
|
||||
reviewCount: "40+", imageSrc: "http://img.b2bpic.net/free-photo/man-trimming-bough-brush-guy-works-backyard_1157-41449.jpg?_wi=2", imageAlt: "Professional hedge trimming"
|
||||
},
|
||||
{
|
||||
id: "service-4", brand: "Additional Service", name: "Yard Clean-Ups", price: "From $80", rating: 5,
|
||||
reviewCount: "35+", imageSrc: "http://img.b2bpic.net/free-photo/man-cleans-up-forest-throws-bottle-into-trash-bag-closeup_169016-23002.jpg", imageAlt: "Complete yard cleanup"
|
||||
reviewCount: "35+", imageSrc: "http://img.b2bpic.net/free-photo/man-cleans-up-forest-throws-bottle-into-trash-bag-closeup_169016-23002.jpg?_wi=2", imageAlt: "Complete yard cleanup"
|
||||
},
|
||||
{
|
||||
id: "service-5", brand: "Additional Service", name: "Green Waste Removal", price: "From $40", rating: 5,
|
||||
reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash_23-2149109093.jpg", imageAlt: "Green waste removal service"
|
||||
reviewCount: "30+", imageSrc: "http://img.b2bpic.net/free-photo/people-doing-community-service-by-collecting-trash_23-2149109093.jpg?_wi=2", imageAlt: "Green waste removal service"
|
||||
},
|
||||
{
|
||||
id: "service-6", brand: "Specialist Service", name: "Rental Property Maintenance", price: "Custom Quote", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user