Update src/app/page.tsx

This commit is contained in:
2026-03-05 15:40:40 +00:00
parent af414704cb
commit 35adf28808

View File

@@ -89,18 +89,18 @@ export default function HomePage() {
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/winding-pathway-with-grass-sides_1137-208.jpg",
"http://img.b2bpic.net/free-photo/winding-pathway-with-grass-sides_1137-208.jpg?_wi=1",
imageAlt: "Beautiful manicured lawn with lush green grass",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/gardening-composition-with-space-top_23-2147673271.jpg",
"http://img.b2bpic.net/free-photo/gardening-composition-with-space-top_23-2147673271.jpg?_wi=1",
imageAlt:
"Professional landscaping with flower beds and mulch",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg",
"http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=1",
imageAlt:
"Perfectly maintained landscape with trees and shrubs",
},
@@ -198,7 +198,7 @@ export default function HomePage() {
name: "Landscape Design",
price: "Custom Installation",
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg",
"http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg?_wi=2",
imageAlt:
"Before and after landscaping with new flower beds and mulch",
},
@@ -239,7 +239,7 @@ export default function HomePage() {
company: "Fayetteville, TN",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1",
imageAlt: "portrait woman professional headshot avatar",
},
{
@@ -249,7 +249,7 @@ export default function HomePage() {
company: "Fayetteville",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "portrait man professional headshot avatar",
},
{
@@ -259,7 +259,7 @@ export default function HomePage() {
company: "Fayetteville, TN",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
"http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2",
imageAlt: "portrait woman professional headshot avatar",
},
]}