Update src/app/page.tsx

This commit is contained in:
2026-05-14 22:56:05 +00:00
parent cce6327a0f
commit e51a8ca1d1

View File

@@ -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" }
]}
/>
</div>