diff --git a/src/app/page.tsx b/src/app/page.tsx
index ec9cb1e..848530d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,40 +40,26 @@ export default function LandingPage() {
@@ -98,9 +72,7 @@ export default function LandingPage() {
title="Our Mission"
buttons={[
{
- text: "Read Our Story",
- href: "#about",
- },
+ text: "Read Our Story", href: "#about"},
]}
/>
@@ -112,42 +84,30 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Worship & Music",
- description: "Experience uplifting worship sessions that draw us closer to God.",
- icon: Music,
+ title: "Worship & Music", description: "Experience uplifting worship sessions that draw us closer to God.", icon: Music,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-people-making-music_23-2149436799.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-happy-people-making-music_23-2149436799.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104633.jpg"},
],
},
{
- title: "Youth Fellowship",
- description: "Engaging programs designed for the next generation to find purpose.",
- icon: Users,
+ title: "Youth Fellowship", description: "Engaging programs designed for the next generation to find purpose.", icon: Users,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-book-club_23-2150059041.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-book-club_23-2150059041.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-city-concept-with-friends_23-2148937684.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-city-concept-with-friends_23-2148937684.jpg"},
],
},
{
- title: "Community Care",
- description: "Reaching out to Bangalore with love through service and care.",
- icon: Heart,
+ title: "Community Care", description: "Reaching out to Bangalore with love through service and care.", icon: Heart,
mediaItems: [
{
- imageSrc: "http://img.b2bpic.net/free-photo/lots-cheerful-volunteers-preparing-boxes-with-food-donations_23-2148732713.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/lots-cheerful-volunteers-preparing-boxes-with-food-donations_23-2148732713.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-volunteer-holding-box-with-food-donations_23-2148732644.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-volunteer-holding-box-with-food-donations_23-2148732644.jpg"},
],
},
]}
@@ -163,40 +123,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "John Doe",
- handle: "@john",
- testimonial: "Kinsmen Baptist has become my second home in Bangalore.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-male-priest-meeting-woman-spiritual-direction_23-2149298318.jpg?_wi=1",
- },
+ id: "1", name: "John Doe", handle: "@john", testimonial: "Kinsmen Baptist has become my second home in Bangalore.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-priest-meeting-woman-spiritual-direction_23-2149298318.jpg"},
{
- id: "2",
- name: "Jane Smith",
- handle: "@jane",
- testimonial: "I love the warm and friendly atmosphere every single Sunday.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-bride-wearing-white-her-wedding_23-2150835690.jpg",
- },
+ id: "2", name: "Jane Smith", handle: "@jane", testimonial: "I love the warm and friendly atmosphere every single Sunday.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bride-wearing-white-her-wedding_23-2150835690.jpg"},
{
- id: "3",
- name: "Robert Lee",
- handle: "@robert",
- testimonial: "The preaching is deeply rooted in the Bible and very practical.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-book-outdoors_23-2148396268.jpg",
- },
+ id: "3", name: "Robert Lee", handle: "@robert", testimonial: "The preaching is deeply rooted in the Bible and very practical.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-book-outdoors_23-2148396268.jpg"},
{
- id: "4",
- name: "Sarah P",
- handle: "@sarah",
- testimonial: "Great community programs for families and children.",
- imageSrc: "http://img.b2bpic.net/free-photo/girls-just-want-have-fun_329181-8414.jpg",
- },
+ id: "4", name: "Sarah P", handle: "@sarah", testimonial: "Great community programs for families and children.", imageSrc: "http://img.b2bpic.net/free-photo/girls-just-want-have-fun_329181-8414.jpg"},
{
- id: "5",
- name: "David Kumar",
- handle: "@david",
- testimonial: "The pastoral care here is genuine and truly heartfelt.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-male-priest-meeting-woman-spiritual-direction_23-2149298318.jpg?_wi=2",
- },
+ id: "5", name: "David Kumar", handle: "@david", testimonial: "The pastoral care here is genuine and truly heartfelt.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-priest-meeting-woman-spiritual-direction_23-2149298318.jpg"},
]}
title="Stories of Faith"
description="Hear from our church family about how their lives have been impacted."
@@ -210,22 +145,14 @@ export default function LandingPage() {
description="Have questions? Feel free to reach out to our church office."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
- name: "message",
- placeholder: "How can we help?",
- rows: 4,
+ name: "message", placeholder: "How can we help?", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/woman-turning-his-friend_329181-13528.jpg"
mediaAnimation="slide-up"
@@ -237,29 +164,19 @@ export default function LandingPage() {
logoText="Kinsmen Baptist"
columns={[
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Services",
- href: "#features",
- },
+ label: "Services", href: "#features"},
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
],
},
{
- title: "Location",
- items: [
+ title: "Location", items: [
{
- label: "Bangalore, Karnataka",
- href: "#",
- },
+ label: "Bangalore, Karnataka", href: "#"},
],
},
]}