diff --git a/src/app/page.tsx b/src/app/page.tsx
index bea3418..1a3c53c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -16,7 +16,7 @@ export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Features", id: "features" },
- { name: "Pricing", id: "pricing" },
+ { name: "Pricing", id: "/pricing" },
{ name: "Studio", id: "https://studio.dieter.ai" },
{ name: "Contact", id: "/contact" },
];
@@ -50,17 +50,11 @@ export default function HomePage() {
background={{ variant: "glowing-orb" }}
kpis={[
{
- value: "60s",
- label: "Song Generation Time",
- },
+ value: "60s", label: "Song Generation Time"},
{
- value: "8+",
- label: "Voice Styles & Languages",
- },
+ value: "8+", label: "Voice Styles & Languages"},
{
- value: "Multi-Stem",
- label: "Professional Mixing",
- },
+ value: "Multi-Stem", label: "Professional Mixing"},
]}
enableKpiAnimation={true}
tag="Future of Music Production"
@@ -71,13 +65,9 @@ export default function HomePage() {
imagePosition="right"
buttons={[
{
- text: "Launch Studio",
- href: "https://studio.dieter.ai",
- },
+ text: "Launch Studio", href: "https://studio.dieter.ai"},
{
- text: "Watch Demo",
- href: "#features",
- },
+ text: "Watch Demo", href: "#features"},
]}
buttonAnimation="slide-up"
/>
@@ -89,21 +79,11 @@ export default function HomePage() {
description="Everything you need to create professional music without installing heavy software. Write, generate, mix, and export—all from one intuitive interface."
negativeCard={{
items: [
- "Complex DAW software setup",
- "Steep learning curve",
- "Expensive plugins and licenses",
- "Slow rendering times",
- "Limited collaboration features",
- ],
+ "Complex DAW software setup", "Steep learning curve", "Expensive plugins and licenses", "Slow rendering times", "Limited collaboration features"],
}}
positiveCard={{
items: [
- "Browser-based, instant access",
- "AI-assisted songwriting & generation",
- "No plugins needed, everything included",
- "Real-time preview & playback",
- "Integrated marketing guidance",
- ],
+ "Browser-based, instant access", "AI-assisted songwriting & generation", "No plugins needed, everything included", "Real-time preview & playback", "Integrated marketing guidance"],
}}
animationType="slide-up"
textboxLayout="default"
@@ -121,9 +101,7 @@ export default function HomePage() {
useInvertedBackground={true}
buttons={[
{
- text: "Explore Features",
- href: "#pricing",
- },
+ text: "Explore Features", href: "#pricing"},
]}
buttonAnimation="opacity"
/>
@@ -135,21 +113,11 @@ export default function HomePage() {
description="Get intelligent suggestions on where to publish, how to promote, and which platforms maximize your reach and income potential."
negativeCard={{
items: [
- "Music sits on your hard drive",
- "Guess where to distribute",
- "Manual metadata entry",
- "No promotion strategy",
- "Leave money on the table",
- ],
+ "Music sits on your hard drive", "Guess where to distribute", "Manual metadata entry", "No promotion strategy", "Leave money on the table"],
}}
positiveCard={{
items: [
- "AI analyzes your track",
- "Recommends best platforms",
- "Auto-generates metadata & tags",
- "Suggests promotional strategies",
- "Identifies monetization paths",
- ],
+ "AI analyzes your track", "Recommends best platforms", "Auto-generates metadata & tags", "Suggests promotional strategies", "Identifies monetization paths"],
}}
animationType="blur-reveal"
textboxLayout="default"
@@ -162,59 +130,29 @@ export default function HomePage() {