diff --git a/src/app/page.tsx b/src/app/page.tsx
index 785b2bd..dd1e878 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,6 +11,11 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
export default function LandingPage() {
+ const handleGenerationSubmit = (email: string) => {
+ console.log("Sending generation confirmation to:", email);
+ console.log("Sending admin notification with generation details and payment info...");
+ };
+
return (
@@ -48,39 +47,26 @@ export default function LandingPage() {
@@ -93,23 +79,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Blitzschnell",
- description: "Unsere leistungsstarke KI generiert deine Inhalte in nur wenigen Sekunden.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg",
- imageAlt: "Fast Generation",
- },
+ title: "Blitzschnell", description: "Unsere leistungsstarke KI generiert deine Inhalte in nur wenigen Sekunden.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-it-professional-using-tablet-building-ai-algorithms_482257-92639.jpg", imageAlt: "Fast Generation"},
{
- title: "Höchste Qualität",
- description: "Hochauflösende Ergebnisse, die genau deinen Anforderungen entsprechen.",
- imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24189.jpg",
- imageAlt: "High Quality",
- },
+ title: "Höchste Qualität", description: "Hochauflösende Ergebnisse, die genau deinen Anforderungen entsprechen.", imageSrc: "http://img.b2bpic.net/free-photo/technology-network-background-connection-cyber-space-ai-generative_123827-24189.jpg", imageAlt: "High Quality"},
{
- title: "Intuitive Steuerung",
- description: "Einfach Prompt eingeben, Knopf drücken, fertig.",
- imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg",
- imageAlt: "Easy Usage",
- },
+ title: "Intuitive Steuerung", description: "Einfach Prompt eingeben, Knopf drücken, fertig.", imageSrc: "http://img.b2bpic.net/free-photo/interconnected-screens-collage-showing-modern-social-media-feed-clips_482257-129691.jpg", imageAlt: "Easy Usage"},
]}
title="Warum GenAI Pro?"
description="Deine kreative Vision, direkt in die Realität umgesetzt."
@@ -123,40 +97,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Sarah Miller",
- role: "Designerin",
- testimonial: "Unglaubliche Geschwindigkeit und Qualität. Mein Workflow hat sich verdoppelt.",
- imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg",
- },
+ id: "1", name: "Sarah Miller", role: "Designerin", testimonial: "Unglaubliche Geschwindigkeit und Qualität. Mein Workflow hat sich verdoppelt.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-3693.jpg"},
{
- id: "2",
- name: "Markus Weber",
- role: "Content Creator",
- testimonial: "Einfacher als alles andere, was ich bisher ausprobiert habe.",
- imageSrc: "http://img.b2bpic.net/free-photo/expressive-black-model-with-colorful-powder_23-2149339795.jpg",
- },
+ id: "2", name: "Markus Weber", role: "Content Creator", testimonial: "Einfacher als alles andere, was ich bisher ausprobiert habe.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-black-model-with-colorful-powder_23-2149339795.jpg"},
{
- id: "3",
- name: "Elena Rossi",
- role: "Marketerin",
- testimonial: "Die Ergebnisse sind atemberaubend. Sehr empfehlenswert!",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-fair-haired-girl-using-tablet-after-photoshoot-sitting-table-with-computer-camera-charming-female-student-glasses-black-shirt-working-project_197531-25383.jpg",
- },
+ id: "3", name: "Elena Rossi", role: "Marketerin", testimonial: "Die Ergebnisse sind atemberaubend. Sehr empfehlenswert!", imageSrc: "http://img.b2bpic.net/free-photo/stylish-fair-haired-girl-using-tablet-after-photoshoot-sitting-table-with-computer-camera-charming-female-student-glasses-black-shirt-working-project_197531-25383.jpg"},
{
- id: "4",
- name: "David Choi",
- role: "Entwickler",
- testimonial: "Die API-Integration ist nahtlos und die Ergebnisse sind konsistent.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-phone-call-from-friend-while-working-from-home-laptop_482257-92903.jpg",
- },
+ id: "4", name: "David Choi", role: "Entwickler", testimonial: "Die API-Integration ist nahtlos und die Ergebnisse sind konsistent.", imageSrc: "http://img.b2bpic.net/free-photo/man-receiving-phone-call-from-friend-while-working-from-home-laptop_482257-92903.jpg"},
{
- id: "5",
- name: "Julia Schmidt",
- role: "Künstlerin",
- testimonial: "Genau das Werkzeug, das ich für meine digitale Kunst brauchte.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-white-hoodie_23-2149051802.jpg",
- },
+ id: "5", name: "Julia Schmidt", role: "Künstlerin", testimonial: "Genau das Werkzeug, das ich für meine digitale Kunst brauchte.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-middle-aged-woman-white-hoodie_23-2149051802.jpg"},
]}
title="Das sagen unsere Nutzer"
description="Kreative weltweit nutzen GenAI Pro täglich."
@@ -172,52 +121,28 @@ export default function LandingPage() {
description="Flexible Optionen für jeden Bedarf."
plans={[
{
- id: "starter",
- badge: "Starter",
- price: "0€",
- subtitle: "Ideal für erste Experimente",
- buttons: [
+ id: "starter", badge: "Starter", price: "0€", subtitle: "Ideal für erste Experimente", buttons: [
{
- text: "Jetzt starten",
- },
+ text: "Jetzt starten"},
],
features: [
- "10 Bilder/Monat",
- "Standardqualität",
- "Web-Interface",
- ],
+ "10 Bilder/Monat", "Standardqualität", "Web-Interface"],
},
{
- id: "pro",
- badge: "Pro",
- price: "29€",
- subtitle: "Für professionelle Creator",
- buttons: [
+ id: "pro", badge: "Pro", price: "29€", subtitle: "Für professionelle Creator", buttons: [
{
- text: "Jetzt wählen",
- },
+ text: "Jetzt wählen"},
],
features: [
- "Unbegrenzte Bilder",
- "HD Video-Generierung",
- "Priorisierter Support",
- ],
+ "Unbegrenzte Bilder", "HD Video-Generierung", "Priorisierter Support"],
},
{
- id: "enterprise",
- badge: "Enterprise",
- price: "Auf Anfrage",
- subtitle: "Für Teams & Unternehmen",
- buttons: [
+ id: "enterprise", badge: "Enterprise", price: "Auf Anfrage", subtitle: "Für Teams & Unternehmen", buttons: [
{
- text: "Kontakt aufnehmen",
- },
+ text: "Kontakt aufnehmen"},
],
features: [
- "API-Zugang",
- "Custom Modelle",
- "Dedizierter Ansprechpartner",
- ],
+ "API-Zugang", "Custom Modelle", "Dedizierter Ansprechpartner"],
},
]}
/>
@@ -227,14 +152,13 @@ export default function LandingPage() {
handleGenerationSubmit("customer@example.com")
},
]}
/>
@@ -244,16 +168,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 3a5c203..2f52793 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -12,7 +12,7 @@
--background: #0a0a0a;
--card: #1a1a1a;
- --foreground: #f5f5f5;
+ --foreground: #ffffff;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;