Update src/app/page.tsx

This commit is contained in:
2026-04-06 00:14:00 +00:00
parent cfdb201074
commit 158e0fcd26

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/farmer-pruning-fruit-tree-branches-orchard_342744-853.jpg", imageAlt: "Professional arborist at work"},
imageSrc: "http://img.b2bpic.net/free-photo/farmer-pruning-fruit-tree-branches-orchard_342744-853.jpg?_wi=1", imageAlt: "Professional arborist at work"},
{
imageSrc: "http://img.b2bpic.net/free-photo/faceless-lumberman-chopping-log-forest_23-2148253379.jpg", imageAlt: "Stump grinding process"},
{
@@ -59,7 +59,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/camper-life-concept-with-branches-shelter_23-2148456447.jpg", imageAlt: "Emergency tree removal"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309525.jpg", imageAlt: "Tree health assessment"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309525.jpg?_wi=1", imageAlt: "Tree health assessment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/gardener-with-plant_23-2148013415.jpg", imageAlt: "Healthy lush tree landscape"},
]}
@@ -120,7 +120,7 @@ export default function LandingPage() {
{
id: "2", name: "Mike T.", role: "Business Owner", testimonial: "No damage to surrounding structures and perfect cleanup. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/mother-son-plating-together_23-2148943246.jpg"},
{
id: "3", name: "Linda R.", role: "Homeowner", testimonial: "They came out for an emergency tree service during a storm. Super professional and fair.", imageSrc: "http://img.b2bpic.net/free-photo/farmer-pruning-fruit-tree-branches-orchard_342744-853.jpg"},
id: "3", name: "Linda R.", role: "Homeowner", testimonial: "They came out for an emergency tree service during a storm. Super professional and fair.", imageSrc: "http://img.b2bpic.net/free-photo/farmer-pruning-fruit-tree-branches-orchard_342744-853.jpg?_wi=2"},
{
id: "4", name: "David K.", role: "Homeowner", testimonial: "Nate explained the whole process clearly. Very impressive work.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-young-man-pointing-camera_1262-3266.jpg"},
{
@@ -139,7 +139,7 @@ export default function LandingPage() {
tag="Contact Nate"
title="Get a Free Consultation"
description="Ready to improve your property? Call us today at (920) 000-0000 or fill out the form below."
imageSrc="http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309525.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-park-ranger-woods_23-2149309525.jpg?_wi=2"
mediaAnimation="slide-up"
/>
</div>