Darken green sections on endowment and about pages to match footer

Update background color of hero sections on `/waqf` and `/about` pages from `bg-primary` to a hardcoded dark green hex value (`#14573A`) to match the footer's color scheme.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 1fa9329f-0cec-4a2f-80e8-e26dbae3142e
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: edc772a3-99cc-4a02-9090-f469fdb17b33
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/4d696b13-86f2-4c9d-be0d-95b293430047/1fa9329f-0cec-4a2f-80e8-e26dbae3142e/8oZ2InW
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
Replit Agent
2026-06-06 07:29:12 +00:00
parent c9657a22ee
commit 8e5fd28081
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ export default function About() {
<>
{/* Intro green panel */}
<Reveal>
<section className="rounded-2xl bg-primary text-primary-foreground p-8 md:p-12 mb-10">
<section className="rounded-2xl bg-[#14573A] text-white p-8 md:p-12 mb-10">
<h1 className="text-2xl md:text-3xl font-bold mb-5">{t.about.introTitle}</h1>
<p className="leading-loose text-primary-foreground/90 max-w-4xl">
{t.about.intro}
+1 -1
View File
@@ -10,7 +10,7 @@ export default function Waqf() {
<div className="container mx-auto px-4 py-10">
{/* Intro green panel */}
<Reveal>
<section className="rounded-2xl bg-primary text-primary-foreground p-8 md:p-12 mb-10">
<section className="rounded-2xl bg-[#14573A] text-white p-8 md:p-12 mb-10">
<h1 className="text-2xl md:text-3xl font-bold mb-5">{t.waqf.introTitle}</h1>
<p className="leading-loose text-primary-foreground/90 max-w-4xl">
{t.waqf.intro}