Update EHSAN Buds page hero with dark green styling
Modify the EHSAN Buds hero panel background color to dark green (#14573A) and text to white for visual consistency, referencing artifacts/ehsan-poc/src/pages/baraem.tsx. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 1fa9329f-0cec-4a2f-80e8-e26dbae3142e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 182ac97b-e04e-4df2-b5fd-db1671de2614 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/4d696b13-86f2-4c9d-be0d-95b293430047/1fa9329f-0cec-4a2f-80e8-e26dbae3142e/l5PoRIV Replit-Helium-Checkpoint-Created: true
This commit is contained in:
@@ -10,7 +10,7 @@ export default function Baraem() {
|
|||||||
<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.baraem.introTitle}</h1>
|
<h1 className="text-2xl md:text-3xl font-bold mb-5">{t.baraem.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.baraem.intro}
|
{t.baraem.intro}
|
||||||
|
|||||||
Reference in New Issue
Block a user