Update src/app/page.tsx

This commit is contained in:
2026-04-09 02:13:57 +00:00
parent a4345615be
commit ac82f77fc7

View File

@@ -59,53 +59,53 @@ export default function LandingPage() {
description="Professional landscaping services that transform your property into a breathtaking personal oasis."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=1",
imageAlt: "Landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=1",
imageAlt: "Garden",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=2",
imageAlt: "Landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=2",
imageAlt: "Garden",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=3",
imageAlt: "Landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=3",
imageAlt: "Garden",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=4",
imageAlt: "Garden",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=4",
imageAlt: "Landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=5",
imageAlt: "Garden",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=5",
imageAlt: "Landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stone-road_1417-1558.jpg?_wi=6",
imageAlt: "Garden",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-view-grass-with-dew-drops_1268-21819.jpg?_wi=6",
imageAlt: "Landscape",
},
]}