Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 22:48:47 +00:00

View File

@@ -48,11 +48,11 @@ export default function LandingPage() {
background={{ variant: "radial-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-convent-our-lady-mount-carmel-cloudy-sky-lisbon-portugal_181624-21153.jpg", imageAlt: "Peaceful church sanctuary with warm lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-convent-our-lady-mount-carmel-cloudy-sky-lisbon-portugal_181624-21153.jpg?_wi=1", imageAlt: "Peaceful church sanctuary with warm lighting"},
{
imageSrc: "http://img.b2bpic.net/free-photo/different-people-looking-football-team_23-2149015533.jpg", imageAlt: "Diverse congregation members in fellowship"},
imageSrc: "http://img.b2bpic.net/free-photo/different-people-looking-football-team_23-2149015533.jpg?_wi=1", imageAlt: "Diverse congregation members in fellowship"},
{
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317159.jpg", imageAlt: "Church community serving together"},
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317159.jpg?_wi=1", imageAlt: "Church community serving together"},
]}
mediaAnimation="slide-up"
buttons={[
@@ -85,16 +85,16 @@ export default function LandingPage() {
{
id: 1,
title: "Worship & Praise", description: "Join us for uplifting Sunday services and midweek worship gatherings. Experience contemporary and traditional worship styles that celebrate our faith together.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317159.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317159.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-convent-our-lady-mount-carmel-cloudy-sky-lisbon-portugal_181624-21153.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-convent-our-lady-mount-carmel-cloudy-sky-lisbon-portugal_181624-21153.jpg?_wi=2"},
},
{
id: 2,
title: "Community Outreach", description: "We are committed to serving our community through food banks, mentorship programs, and community partnerships. Faith in action makes a real difference.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/people-working-their-office_23-2149196423.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/people-working-their-office_23-2149196423.jpg?_wi=1"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317159.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-with-traditional-games_23-2149317159.jpg?_wi=3"},
},
]}
showStepNumbers={true}
@@ -165,10 +165,10 @@ export default function LandingPage() {
title: "Easter Celebration Service", excerpt: "Join us for our special Easter service celebrating resurrection and new life. Family-friendly activities and fellowship dinner to follow.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-patients-standing-circle-holding-hands_23-2148398454.jpg", imageAlt: "Church Easter celebration", authorName: "Pastor James", authorAvatar: "http://img.b2bpic.net/free-photo/african-american-young-man-wearing-jacket-checkered-shirt-looking-camera-studio_613910-21142.jpg", date: "April 9, 2025"},
{
id: "2", category: ["Community", "Outreach"],
title: "Summer Volunteer Opportunity", excerpt: "Help us serve our community this summer through our outreach programs. No experience necessary - just bring your heart and willingness to serve.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-their-office_23-2149196423.jpg", imageAlt: "Community service volunteers", authorName: "Margaret Smith", authorAvatar: "http://img.b2bpic.net/free-photo/young-lady-waving-hand-greeting-t-shirt-jacket-looking-cheerful-front-view_176474-108168.jpg", date: "April 2, 2025"},
title: "Summer Volunteer Opportunity", excerpt: "Help us serve our community this summer through our outreach programs. No experience necessary - just bring your heart and willingness to serve.", imageSrc: "http://img.b2bpic.net/free-photo/people-working-their-office_23-2149196423.jpg?_wi=2", imageAlt: "Community service volunteers", authorName: "Margaret Smith", authorAvatar: "http://img.b2bpic.net/free-photo/young-lady-waving-hand-greeting-t-shirt-jacket-looking-cheerful-front-view_176474-108168.jpg", date: "April 2, 2025"},
{
id: "3", category: ["Spiritual Growth", "Workshop"],
title: "Bible Study & Fellowship Night", excerpt: "Weekly gatherings for scripture study, prayer, and community connection. Open to all ages and all levels of biblical knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/different-people-looking-football-team_23-2149015533.jpg", imageAlt: "Bible study fellowship group", authorName: "Pastor James", authorAvatar: "http://img.b2bpic.net/free-photo/african-american-young-man-wearing-jacket-checkered-shirt-looking-camera-studio_613910-21142.jpg", date: "March 28, 2025"},
title: "Bible Study & Fellowship Night", excerpt: "Weekly gatherings for scripture study, prayer, and community connection. Open to all ages and all levels of biblical knowledge.", imageSrc: "http://img.b2bpic.net/free-photo/different-people-looking-football-team_23-2149015533.jpg?_wi=2", imageAlt: "Bible study fellowship group", authorName: "Pastor James", authorAvatar: "http://img.b2bpic.net/free-photo/african-american-young-man-wearing-jacket-checkered-shirt-looking-camera-studio_613910-21142.jpg", date: "March 28, 2025"},
]}
animationType="slide-up"
textboxLayout="default"