fix(locations): switch card pattern to dyno-pattern.svg (660px, topographic)
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

Same pattern as VideoSection / wave-pattern CSS class.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Vadym Samoilenko 2026-06-10 17:39:30 +01:00
parent 6c1471125c
commit be65c38ca5

View file

@ -127,9 +127,10 @@ export default async function LocationsPage() {
className="flex flex-1 flex-col justify-center gap-4 p-10"
style={{
backgroundColor: color,
backgroundImage: `url('/images/figma/card-pattern-arcs.svg')`,
backgroundSize: '360px 360px',
backgroundImage: `url('/images/figma/dyno-pattern.svg')`,
backgroundSize: '660px',
backgroundRepeat: 'repeat',
backgroundPosition: 'center',
}}
>
{loc.tagline && (