diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e3cf70..89cd0bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { MessageCircle } from "lucide-react"; +import { MessageCircle, Facebook, Instagram, Twitter, Youtube } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,15 +45,12 @@ export default function LandingPage() {
@@ -87,23 +74,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Youth Group", - description: "Engaging activities and mentorship for teenagers every Friday.", - imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-picnic_23-2148195842.jpg?_wi=1", - imageAlt: "Youth group activity", - }, + title: "Youth Group", description: "Engaging activities and mentorship for teenagers every Friday.", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-picnic_23-2148195842.jpg?_wi=1", imageAlt: "Youth group activity"}, { - title: "Community Outreach", - description: "Serving our neighbors through food drives and local support.", - imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-picnic_23-2148195842.jpg?_wi=2", - imageAlt: "Outreach program", - }, + title: "Community Outreach", description: "Serving our neighbors through food drives and local support.", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-picnic_23-2148195842.jpg?_wi=2", imageAlt: "Outreach program"}, { - title: "Sunday School", - description: "Age-appropriate lessons for children during our service.", - imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-picnic_23-2148195842.jpg?_wi=3", - imageAlt: "Kids classroom", - }, + title: "Sunday School", description: "Age-appropriate lessons for children during our service.", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-picnic_23-2148195842.jpg?_wi=3", imageAlt: "Kids classroom"}, ]} title="Our Ministries" description="We offer programs and opportunities for growth for all ages and walks of life." @@ -116,45 +91,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Found Hope", - quote: "Grace Church has been a beacon of hope in my life. I found the community I was searching for.", - name: "Sarah Miller", - role: "Member", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23110.jpg?_wi=1", - }, + id: "1", title: "Found Hope", quote: "Grace Church has been a beacon of hope in my life. I found the community I was searching for.", name: "Sarah Miller", role: "Member", imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23110.jpg?_wi=1"}, { - id: "2", - title: "True Belonging", - quote: "I have never felt so welcomed. The ministries here really care about the people.", - name: "John Doe", - role: "Volunteer", - imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg", - }, + id: "2", title: "True Belonging", quote: "I have never felt so welcomed. The ministries here really care about the people.", name: "John Doe", role: "Volunteer", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-each-other-s-hand_23-2147891266.jpg"}, { - id: "3", - title: "Faith Growing", - quote: "The sermons challenge me and the weekly small groups help me apply what I learn.", - name: "Linda Thompson", - role: "Member", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-raising-her-hands-with-her-friends_23-2148398312.jpg", - }, + id: "3", title: "Faith Growing", quote: "The sermons challenge me and the weekly small groups help me apply what I learn.", name: "Linda Thompson", role: "Member", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-raising-her-hands-with-her-friends_23-2148398312.jpg"}, { - id: "4", - title: "Great Community", - quote: "It is such a joy to be part of a church that is so active in our neighborhood.", - name: "Mark Wilson", - role: "Youth Leader", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-outdoors_23-2149143998.jpg", - }, + id: "4", title: "Great Community", quote: "It is such a joy to be part of a church that is so active in our neighborhood.", name: "Mark Wilson", role: "Youth Leader", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-outdoors_23-2149143998.jpg"}, { - id: "5", - title: "A Welcoming Home", - quote: "I moved here recently and found my family at Grace Church. So thankful for this place.", - name: "Emily Rose", - role: "Member", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23110.jpg?_wi=2", - }, + id: "5", title: "A Welcoming Home", quote: "I moved here recently and found my family at Grace Church. So thankful for this place.", name: "Emily Rose", role: "Member", imageSrc: "http://img.b2bpic.net/free-photo/fashion-girl-standing-summer-city_1157-23110.jpg?_wi=2"}, ]} title="Voices of Our Community" description="Hear stories of faith and friendship from our church family." @@ -167,28 +112,17 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "When are your services?", - content: "Our main worship service is at 10:00 AM on Sundays.", - }, + id: "f1", title: "When are your services?", content: "Our main worship service is at 10:00 AM on Sundays."}, { - id: "f2", - title: "Where are you located?", - content: "We are located at 123 Faith Lane, Grace City.", - }, + id: "f2", title: "Where are you located?", content: "We are located at 123 Faith Lane, Grace City."}, { - id: "f3", - title: "How can I join a group?", - content: "Visit our connect desk on Sundays or email us anytime!", - }, + id: "f3", title: "How can I join a group?", content: "Visit our connect desk on Sundays or email us anytime!"}, ]} ctaTitle="Stay Connected" - ctaDescription="Follow us on social media for updates and spiritual encouragement." + ctaDescription="Follow us on social media for daily inspiration and community updates." ctaButton={{ - text: "Visit Our Facebook", - href: "https://facebook.com", - }} - ctaIcon={MessageCircle} + text: "Follow on Instagram", href: "https://instagram.com"}} + ctaIcon={Instagram} /> @@ -196,37 +130,25 @@ export default function LandingPage() { ); -} +} \ No newline at end of file