diff --git a/src/app/page.tsx b/src/app/page.tsx index bc3de7d..2a09fd7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -169,14 +169,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { id: "f1", title: "How do I start a campaign?", content: "Reach out through our contact form, and we'll schedule a discovery meeting." }, - { id: "f2", title: "Do you work with startups?", content: "Absolutely! We tailor our services to meet the needs of all clients, from SMEs to multinationals." }, - { id: "f3", title: "Where are you located?", content: "We are located at 49 Ntinda II Rd, Kampala." }, + { id: "f1", title: "How do I start a campaign?", content: "Reach out through our contact form to discuss your branding needs." }, + { id: "f2", title: "Are you open for reservations?", content: "Our creative consultations are available by appointment at our Kampala offices." }, + { id: "f3", title: "Where are you located in Kampala?", content: "Find our main office located at 49 Ntinda II Rd, Kampala. We are open Monday to Friday, 9:00 AM - 5:00 PM." }, ]} imageSrc="http://img.b2bpic.net/free-photo/vertical-shot-geometrical-building-blue-sky_181624-6648.jpg" mediaAnimation="slide-up" title="Frequently Asked Questions" - description="Everything you need to know about working with us." + description="Everything you need to know about our services in Kampala." faqsAnimation="slide-up" /> @@ -184,13 +184,13 @@ export default function LandingPage() {