fix(locations): switch card pattern to dyno-pattern.svg (660px, topographic)
Same pattern as VideoSection / wave-pattern CSS class. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6c1471125c
commit
be65c38ca5
1 changed files with 3 additions and 2 deletions
|
|
@ -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 && (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue