From 8e236621d93f1f0aafee2ec1a1ecaa4dd5a3e6fe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Jul 2026 00:45:16 +0000 Subject: [PATCH] Update src/pages/HomePage/sections/Hero.tsx --- src/pages/HomePage/sections/Hero.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx index ff812cb..fb82386 100644 --- a/src/pages/HomePage/sections/Hero.tsx +++ b/src/pages/HomePage/sections/Hero.tsx @@ -14,7 +14,7 @@ export default function HeroSection(): React.JSX.Element { primaryButton={{"href":"#book","text":"Book a Court"}} secondaryButton={{"text":"Join the Club","href":"#membership"}} imageSrc="https://storage.googleapis.com/webild/users/user_3AniccObAoDJgCkSlT6RJk7a8NL/uploaded-1782952650576-fsoubb3r.jpg" - floatingCards={[{"name":"Clay Courts","imageSrc":"https://storage.googleapis.com/webild/users/user_3AniccObAoDJgCkSlT6RJk7a8NL/uploaded-1782951920218-dn9n7n03.png"},{"name":"Grass Courts","imageSrc":"https://images.unsplash.com/photo-1622279457486-62dcc4a431d6?q=80&w=1000&auto=format&fit=crop"}]} + floatingCards={[{"name":"Courts","imageSrc":"https://storage.googleapis.com/webild/users/user_3AniccObAoDJgCkSlT6RJk7a8NL/uploaded-1782951920218-dn9n7n03.png"},{"name":"Grass Courts","imageSrc":"https://images.unsplash.com/photo-1622279457486-62dcc4a431d6?q=80&w=1000&auto=format&fit=crop"}]} /> );