Adjust heritage section bg
Changed HeritageSection background from bg-secondary/30 to match main background (bg-background) for seamless transition. X-Lovable-Edit-ID: edt-4c3ef013-86b6-4f0a-8c4d-e14a0b5c765d
This commit is contained in:
@@ -56,7 +56,7 @@ const HeritageSection = () => {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<section className="bg-secondary/30 py-24 px-6">
|
||||
<section className="bg-background py-24 px-6">
|
||||
<div className="max-w-6xl mx-auto">
|
||||
{/* Heritage Hero */}
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user