Merge version_3 into main #3
@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import { Book, HandshakeIcon, Heart, HelpCircle, Lightbulb, Mail, MessageCircle, Sparkles, Users } from 'lucide-react';
|
||||
import { Book, HandshakeIcon, Heart, HelpCircle, Lightbulb, Mail, MessageCircle, Phone, Sparkles, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -195,8 +195,8 @@ export default function LandingPage() {
|
||||
<ContactFaq
|
||||
ctaTitle="Get in Touch with Us"
|
||||
ctaDescription="Have questions or want to learn more about Grace Church? We'd love to hear from you. Contact us today to join our community."
|
||||
ctaButton={{ text: "Send us a Message", href: "mailto:info@gracechurchkenya.org" }}
|
||||
ctaIcon={Mail}
|
||||
ctaButton={{ text: "Call Us Now", href: "tel:+254712345678" }}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What is your church location?", content: "Grace Church is located in Nairobi, Kenya. We are easily accessible via public transport and have ample parking. Visit us anytime during our office hours, Monday through Friday, 9:00 AM to 5:00 PM."
|
||||
|
||||
Reference in New Issue
Block a user