diff --git a/app/(website)/_components/HeroSection.tsx b/app/(website)/_components/HeroSection.tsx index 0617eda..7962380 100644 --- a/app/(website)/_components/HeroSection.tsx +++ b/app/(website)/_components/HeroSection.tsx @@ -16,7 +16,7 @@ const HeroSection: React.FC = ({ title, subtitle, buttonText, - buttonHref, + //buttonHref, imageUrl = "/hero-bg-2.jpg", // Default background image }) => { return ( @@ -52,7 +52,7 @@ const HeroSection: React.FC = ({ {subtitle}