Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b255f0958c | |||
| 7d557885c4 | |||
| 42856db008 | |||
| e1651da7c3 | |||
| 8466421458 | |||
| 237fc022b8 | |||
| 645be82dac | |||
| 8ebeb18cdb | |||
| cf0cdfbe56 | |||
| fc4e8f18f4 | |||
| 78e72fc930 | |||
| fc1777c916 | |||
| c980343448 |
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="RAWE MEDIA: The Voice of Kurdistan"
|
||||
title="Stay Informed with Independent Kurdish Coverage"
|
||||
description="Providing independent coverage on Kurdish politics, regional issues, and Iranian opposition developments. Stay informed with our objective analysis."
|
||||
buttons={[{ text: "Read Latest", href: "#breaking" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/flag-decorative-elements-blurred-surface_23-2148151360.jpg"
|
||||
@@ -129,7 +129,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "How do you ensure objectivity?", content: "Our editorial team follows a strict code of ethics to provide balanced perspectives." },
|
||||
{ id: "1", title: "How do you ensure objectivity?", content: "Our editorial team comprises veteran journalists with decades of experience covering regional conflicts, ensuring our reporting is grounded in deep local expertise and rigorous fact-checking." },
|
||||
{ id: "2", title: "Can I submit news tips?", content: "Yes, please reach out via our encrypted secure channels found on our contact page." },
|
||||
{ id: "3", title: "Is RAWE MEDIA funded by political groups?", content: "No, we are an independent platform funded by community contributions." },
|
||||
]}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #1f4035;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #ffffff;
|
||||
--primary-cta-text: #051a12;
|
||||
--secondary-cta: #0d2b1f;
|
||||
--secondary-cta-text: #d4f6e8;
|
||||
--accent: #0d5238;
|
||||
--background-accent: #10b981;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ff0000;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #991b1b;
|
||||
--background-accent: #7f1d1d;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user