diff --git a/app/(marketing)/components/hero-section-client.tsx b/app/(marketing)/components/hero-section-client.tsx new file mode 100644 index 0000000..17e5f4f --- /dev/null +++ b/app/(marketing)/components/hero-section-client.tsx @@ -0,0 +1,28 @@ +'use client' + +import { HeroSection } from '@/components/ui/hero-section-2' + +interface HeroSectionClientProps { + logo: { + url: string + alt: string + text?: string + } + slogan?: string + title: React.ReactNode + subtitle: string + callToAction: { + text: string + href: string + } + backgroundImage: string + contactInfo: { + website: string + phone: string + address: string + } +} + +export function HeroSectionClient(props: HeroSectionClientProps) { + return +} diff --git a/app/(marketing)/page.tsx b/app/(marketing)/page.tsx index 67f729a..53e86f4 100644 --- a/app/(marketing)/page.tsx +++ b/app/(marketing)/page.tsx @@ -15,7 +15,7 @@ import type { Metadata } from 'next' import { getContent } from '@/lib/content/loader' import type { MetadataContent } from '@/content/schemas/manifesto' -import { HeroQuote } from './components/hero-quote' +import { HeroSectionClient } from './components/hero-section-client' import { BuildTimeline } from './components/build-timeline' // Generate metadata for SEO @@ -114,8 +114,33 @@ export default async function HomePage() { return ( <> - {/* Hero Quote Section */} - + {/* Hero Section */} + + Software on Demand +
+ Van €100k naar €200 + + } + subtitle="Enterprise software hoeft niet meer €100.000+ per jaar te kosten. AI-powered development verkort dit naar 4 weken en €200 totale kosten. Dit EPD prototype is het levende bewijs." + callToAction={{ + text: "PROBEER HET PROTOTYPE →", + href: "/login" + }} + backgroundImage="https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2072&auto=format&fit=crop" + contactInfo={{ + website: "aispeedrun.nl", + phone: "Demo Project", + address: "Build in Public" + }} + /> {/* Statement Section - Software on Demand */}
@@ -157,7 +182,7 @@ export default async function HomePage() {
{/* CTA Section */} -
+

Klaar om het prototype te proberen? diff --git a/app/epd/components/epd-sidebar.tsx b/app/epd/components/epd-sidebar.tsx index d38111c..fd90a99 100644 --- a/app/epd/components/epd-sidebar.tsx +++ b/app/epd/components/epd-sidebar.tsx @@ -105,7 +105,7 @@ export function EPDSidebar({ className = "", userEmail, userName }: EPDSidebarPr `} > {/* Header with logo and collapse button */} -
+
{!isCollapsed && (
@@ -127,7 +127,7 @@ export function EPDSidebar({ className = "", userEmail, userName }: EPDSidebarPr {/* Desktop collapse button */}