Update src/app/page.tsx
This commit is contained in:
@@ -56,15 +56,15 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/man-cutting-grass-with-lawn-mover-back-yard-male-shirt_1157-41448.jpg", imageAlt: "Beautiful landscaped garden"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Professional mulch installation"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=1", imageAlt: "Professional mulch installation"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Weekly lawn mowing service"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=1", imageAlt: "Weekly lawn mowing service"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7263.jpg", imageAlt: "Spring cleanup project"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7263.jpg?_wi=1", imageAlt: "Spring cleanup project"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Precision landscape edging"},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=1", imageAlt: "Precision landscape edging"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageAlt: "Fall yard maintenance"},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=1", imageAlt: "Fall yard maintenance"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -83,19 +83,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Premium Mulch Installation", description: "High-quality mulch application for enhanced aesthetics, weed prevention, and soil protection. We prepare beds and apply mulch evenly for a polished appearance.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Premium mulch installation"},
|
||||
title: "Premium Mulch Installation", description: "High-quality mulch application for enhanced aesthetics, weed prevention, and soil protection. We prepare beds and apply mulch evenly for a polished appearance.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=2", imageAlt: "Premium mulch installation"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Precision Edging", description: "Clean, professional edging that defines garden beds and creates sharp borders. Our expert technique ensures perfectly manicured landscape edges.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Precision landscape edging"},
|
||||
title: "Precision Edging", description: "Clean, professional edging that defines garden beds and creates sharp borders. Our expert technique ensures perfectly manicured landscape edges.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=2", imageAlt: "Precision landscape edging"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Spring Cleanup", description: "Complete spring preparation including debris removal, bed preparation, and landscape rejuvenation. We get your yard ready for the growing season.", imageSrc: "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7263.jpg", imageAlt: "Spring cleanup service"},
|
||||
title: "Spring Cleanup", description: "Complete spring preparation including debris removal, bed preparation, and landscape rejuvenation. We get your yard ready for the growing season.", imageSrc: "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7263.jpg?_wi=2", imageAlt: "Spring cleanup service"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Fall Cleanup", description: "Seasonal leaf removal, bed winterization, and general yard maintenance. Prepare your landscape for the colder months with our comprehensive fall service.", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageAlt: "Fall yard maintenance"},
|
||||
title: "Fall Cleanup", description: "Seasonal leaf removal, bed winterization, and general yard maintenance. Prepare your landscape for the colder months with our comprehensive fall service.", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=2", imageAlt: "Fall yard maintenance"},
|
||||
{
|
||||
id: 5,
|
||||
title: "Weekly Lawn Mowing", description: "Consistent, professional lawn maintenance every week. We keep your grass at the perfect height with clean cuts and meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Professional weekly lawn mowing"},
|
||||
title: "Weekly Lawn Mowing", description: "Consistent, professional lawn maintenance every week. We keep your grass at the perfect height with clean cuts and meticulous attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=2", imageAlt: "Professional weekly lawn mowing"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -129,17 +129,17 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "weekly-mowing", title: "Weekly Lawn Mowing", price: "$40", period: "per cut", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Weekly lawn mowing service", button: { text: "Schedule Service", href: "#contact" },
|
||||
id: "weekly-mowing", title: "Weekly Lawn Mowing", price: "$40", period: "per cut", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=3", imageAlt: "Weekly lawn mowing service", button: { text: "Schedule Service", href: "#contact" },
|
||||
features: [
|
||||
"Professional grass cutting", "Weekly maintenance schedule", "Seasonal adjustments", "Quality equipment used"],
|
||||
},
|
||||
{
|
||||
id: "mulch-edging", title: "Mulch & Edging", price: "Custom", period: "quote", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg", imageAlt: "Mulch and edging installation", button: { text: "Get Quote", href: "#contact" },
|
||||
id: "mulch-edging", title: "Mulch & Edging", price: "Custom", period: "quote", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-material-pieces-wooden-boxes_181624-18062.jpg?_wi=3", imageAlt: "Mulch and edging installation", button: { text: "Get Quote", href: "#contact" },
|
||||
features: [
|
||||
"Premium mulch selection", "Precision bed edging", "Site preparation", "Professional installation"],
|
||||
},
|
||||
{
|
||||
id: "seasonal-cleanup", title: "Seasonal Cleanup", price: "Custom", period: "quote", imageSrc: "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7263.jpg", imageAlt: "Spring and fall cleanup service", button: { text: "Get Quote", href: "#contact" },
|
||||
id: "seasonal-cleanup", title: "Seasonal Cleanup", price: "Custom", period: "quote", imageSrc: "http://img.b2bpic.net/free-photo/people-operating-heavy-duty-leaf-blower_1153-7263.jpg?_wi=3", imageAlt: "Spring and fall cleanup service", button: { text: "Get Quote", href: "#contact" },
|
||||
features: [
|
||||
"Spring & fall service options", "Debris removal", "Bed preparation", "Yard rejuvenation"],
|
||||
},
|
||||
@@ -161,22 +161,22 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Rodriguez", role: "Homeowner", company: "Downtown Resident", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Maria Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Maria Rodriguez"},
|
||||
{
|
||||
id: "2", name: "James Thompson", role: "Property Manager", company: "Thompson Properties", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Thompson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "James Thompson"},
|
||||
{
|
||||
id: "3", name: "Sarah Chen", role: "HOA President", company: "Meadowbrook HOA", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "4", name: "David Martinez", role: "Business Owner", company: "Local Retail Shop", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Martinez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=4", imageAlt: "David Martinez"},
|
||||
{
|
||||
id: "5", name: "Jennifer Lee", role: "Landscape Designer", company: "Lee Design Studio", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jennifer Lee"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=5", imageAlt: "Jennifer Lee"},
|
||||
{
|
||||
id: "6", name: "Robert Wilson", role: "Homeowner", company: "Westside Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Robert Wilson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=6", imageAlt: "Robert Wilson"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user