Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-14 22:56:08 +00:00

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>