Merge version_15 into main #16
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -184,13 +184,13 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Let's Get Started"
|
||||
description="Ready to ignite your brand? Send us a message today."
|
||||
title="Book Your Consultation"
|
||||
description="Ready to ignite your brand? Send us a message for a creative consultation."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your project", rows: 4, required: true }}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your project or reservation details", rows: 4, required: true }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sunset-illuminates-modern-beijing-skyline-steel-skyscrapers-reflect-generated-by-ai_188544-42339.jpg"
|
||||
/>
|
||||
</div>
|
||||
@@ -199,6 +199,7 @@ export default function LandingPage() {
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Contact", href: "#contact" }] },
|
||||
{ items: [{ label: "Kampala Office", href: "#" }, { label: "Careers", href: "#" }] },
|
||||
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] },
|
||||
]}
|
||||
logoText="Fireworks Advertising"
|
||||
@@ -207,4 +208,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user