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:
@@ -104,7 +104,7 @@ export default function About() {
|
|||||||
<>
|
<>
|
||||||
{/* Intro green panel */}
|
{/* Intro green panel */}
|
||||||
<Reveal>
|
<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>
|
<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">
|
<p className="leading-loose text-primary-foreground/90 max-w-4xl">
|
||||||
{t.about.intro}
|
{t.about.intro}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ export default function Waqf() {
|
|||||||
<div className="container mx-auto px-4 py-10">
|
<div className="container mx-auto px-4 py-10">
|
||||||
{/* Intro green panel */}
|
{/* Intro green panel */}
|
||||||
<Reveal>
|
<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>
|
<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">
|
<p className="leading-loose text-primary-foreground/90 max-w-4xl">
|
||||||
{t.waqf.intro}
|
{t.waqf.intro}
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
Reference in New Issue
Block a user