From b845578ceae26dd449aa65f9c5845b510351b8e9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 07:15:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 325504d..327ac2e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,8 +67,8 @@ export default function LandingPage() { products={[ { id: "p1", name: "Zen Garden Oasis", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/cinematic-style-mall_23-2151551284.jpg" }, { id: "p2", name: "Stone Patio Path", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/sky-old-grass-summer-nobody_1203-5139.jpg" }, - { id: "p3", name: "Forest Canopy Setup", price: "$3,800", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-flower-shop_53876-56029.jpg" }, - { id: "p4", name: "Minimalist Courtyard", price: "$1,900", imageSrc: "http://img.b2bpic.net/free-photo/creative-feng-shui-arrangement_23-2149058743.jpg" }, + { id: "p3", name: "Forest Canopy Setup", price: "$3,800", imageSrc: "http://img.b2bpic.net/woman-working-her-flower-shop_53876-56029.jpg" }, + { id: "p4", name: "Minimalist Courtyard", price: "$1,900", imageSrc: "http://img.b2bpic.net/creative-feng-shui-arrangement_23-2149058743.jpg" }, ]} title="Premium Product Lineup" description="Explore our carefully curated selection of landscape elements." -- 2.49.1