26 Commits

Author SHA1 Message Date
36223f4750 Merge version_15 into main
Merge version_15 into main
2026-04-27 19:22:59 +00:00
e6a7432484 Update src/app/page.tsx 2026-04-27 19:22:56 +00:00
58d0f66768 Merge version_14 into main
Merge version_14 into main
2026-04-27 15:03:25 +00:00
7a5e357eb0 Update theme colors 2026-04-27 15:03:19 +00:00
683c018693 Merge version_13 into main
Merge version_13 into main
2026-04-27 15:02:43 +00:00
316c489f90 Update theme colors 2026-04-27 15:02:40 +00:00
299448b403 Merge version_12 into main
Merge version_12 into main
2026-04-27 15:02:30 +00:00
642cc50935 Update theme colors 2026-04-27 15:02:26 +00:00
21fda689e0 Merge version_11 into main
Merge version_11 into main
2026-04-27 14:59:14 +00:00
164eeb2a79 Update theme colors 2026-04-27 14:59:11 +00:00
7d561cbb52 Merge version_10 into main
Merge version_10 into main
2026-04-27 14:58:49 +00:00
da4d1e20cc Update theme colors 2026-04-27 14:58:46 +00:00
bf9f81fc23 Merge version_9 into main
Merge version_9 into main
2026-04-27 14:58:11 +00:00
1960584a7e Update theme colors 2026-04-27 14:58:08 +00:00
0e09bdcc42 Merge version_8 into main
Merge version_8 into main
2026-04-27 14:58:00 +00:00
d6423230d6 Update theme colors 2026-04-27 14:57:57 +00:00
becb6dcd73 Merge version_7 into main
Merge version_7 into main
2026-04-27 14:56:54 +00:00
854ad2554f Update theme colors 2026-04-27 14:56:50 +00:00
288757940e Merge version_6 into main
Merge version_6 into main
2026-04-27 14:56:42 +00:00
dffd94078e Merge version_5 into main
Merge version_5 into main
2026-04-27 14:56:39 +00:00
c3302ef48f Update theme colors 2026-04-27 14:56:38 +00:00
9d1262ecf3 Merge version_4 into main
Merge version_4 into main
2026-04-27 14:56:34 +00:00
6060927690 Merge version_3 into main
Merge version_3 into main
2026-04-27 14:56:05 +00:00
174b899a1e Merge version_2 into main
Merge version_2 into main
2026-04-27 14:55:55 +00:00
d79324acef Merge version_1 into main
Merge version_1 into main
2026-04-27 14:40:42 +00:00
1e74521651 Merge version_1 into main
Merge version_1 into main
2026-04-27 14:40:07 +00:00
2 changed files with 18 additions and 17 deletions

View File

@@ -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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #6139e6;
--background-accent: #b3a8e8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);