From e51a8ca1d11fe9947bfbd23dd29df44f6b8bfc25 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 22:56:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6260283..b8176dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,9 +100,9 @@ export default function LandingPage() { title="Worship Resources" description="Explore our curated collection of resources for your worship ministry." products={[ - { id: "p1", title: "Worship Guide", description: "A guide for new leaders", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104597.jpg" }, - { id: "p2", title: "Praise Training", description: "Online course access", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104637.jpg" }, - { id: "p3", title: "Prophetic Worship", description: "In-depth workshop notes", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/band-musicians-playing-music-local-event_23-2149188136.jpg" } + { id: "p1", description: "A guide for new leaders", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104597.jpg" }, + { id: "p2", description: "Online course access", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104637.jpg" }, + { id: "p3", description: "In-depth workshop notes", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/band-musicians-playing-music-local-event_23-2149188136.jpg" } ]} />