fix(dyvolis): revert page wrapper bg to #f1fbeb (matches main page)
Some checks are pending
CI / Type Check (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Unit Tests (push) Waiting to run
Deploy / Build & Push Image (push) Waiting to run
Deploy / Deploy to VPS (push) Blocked by required conditions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-05-13 12:08:37 +01:00
parent f9b122ed16
commit 1dab458ef9

View file

@ -12,7 +12,7 @@ export const metadata: Metadata = {
export default function DyvoLisPage() {
return (
<div style={{ background: '#fdf2e8' }}>
<div className="bg-[#f1fbeb]">
<DyvoLisHero />
<DyvoLisGallery />
<DyvoLisWhyVisit />