new changes

This commit is contained in:
2025-05-26 22:30:04 +02:00
parent 5baa62e86d
commit 735f98f564
9 changed files with 28 additions and 17 deletions

View File

@ -16,7 +16,7 @@ const HeroSection: React.FC<HeroSectionProps> = ({
title,
subtitle,
buttonText,
buttonHref,
//buttonHref,
imageUrl = "/hero-bg-2.jpg", // Default background image
}) => {
return (
@ -52,7 +52,7 @@ const HeroSection: React.FC<HeroSectionProps> = ({
{subtitle}
</p>
<Button
href={buttonHref}
href="/obse"
variant="primary" // Use primary variant defined in Button component
size="lg"
className="animate-fade-in-up animation-delay-600"