Browse Source

feat: implement HeroSection with interactive canvas and animated branding assets

master
sina_sajjadi 1 week ago
parent
commit
d86dd6a616
  1. 2
      components/sections/HeroSection.tsx
  2. 20
      public/assets/images/hero_back.svg

2
components/sections/HeroSection.tsx

@ -17,7 +17,7 @@ export function HeroSection() {
{/* Background Graphic & Curve (back_4178_60221: x: 32, y: 230, w: 1856, h: 566) */}
<div className="absolute top-[230px] left-1/2 -translate-x-1/2 w-[1856px] max-w-[calc(100vw-64px)] h-[566px] rounded-b-[32px] overflow-hidden z-0">
<Image
src="/assets/images/hero_back.svg?v=faded_waves_v14"
src="/assets/images/hero_back.svg?v=sound_waves_v5"
alt=""
fill
priority

20
public/assets/images/hero_back.svg
File diff suppressed because it is too large
View File

Loading…
Cancel
Save