hero-section, start login

This commit is contained in:
colinislit
2025-11-18 13:55:16 +01:00
parent 00f7452d54
commit d4079b66c5
10 changed files with 872 additions and 59 deletions

View File

@@ -3,20 +3,25 @@
import { HeroSection } from '@/components/ui/hero-section-2'
interface HeroSectionClientProps {
logo: {
logo?: {
url: string
alt: string
text?: string
}
slogan?: string
title: React.ReactNode
subtitle: string
subtitle: string | React.ReactNode
punchline?: string | React.ReactNode
callToAction: {
text: string
href: string
}
secondaryCallToAction?: {
text: string
href: string
}
backgroundImage: string
contactInfo: {
contactInfo?: {
website: string
phone: string
address: string