diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index c710713..403aba9 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -6,6 +6,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
+import LanguageSwitcher from "@/components/LanguageSwitcher";
export default function AboutPage() {
const navItems = [
@@ -17,8 +18,7 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Create Music", href: "/create" },
{ label: "Features", href: "/" },
{ label: "Pricing", href: "/pricing" },
@@ -26,8 +26,7 @@ export default function AboutPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -35,8 +34,7 @@ export default function AboutPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "License Agreement", href: "#" },
@@ -58,14 +56,14 @@ export default function AboutPage() {
secondaryButtonStyle="solid"
headingFontWeight="semibold"
>
+
+
@@ -93,23 +91,14 @@ export default function AboutPage() {
description="Beatcraft exists to remove barriers to creative expression. We believe everyone should have access to professional-grade music and video creation tools."
accordionItems={[
{
- id: "1",
- title: "Our Mission",
- content:
- "Democratize music and video creation by providing free, unlimited access to AI-powered creative tools. We're breaking down the barriers that prevent talented people from sharing their art with the world.",
- },
+ id: "1", title: "Our Mission", content:
+ "Democratize music and video creation by providing free, unlimited access to AI-powered creative tools. We're breaking down the barriers that prevent talented people from sharing their art with the world."},
{
- id: "2",
- title: "Our Values",
- content:
- "Creativity for all: No barriers based on skill, budget, or background. Transparency: Honest pricing, clear policies, user-first decisions. Sustainability: Building for the long term, supporting creators and artists ethically.",
- },
+ id: "2", title: "Our Values", content:
+ "Creativity for all: No barriers based on skill, budget, or background. Transparency: Honest pricing, clear policies, user-first decisions. Sustainability: Building for the long term, supporting creators and artists ethically."},
{
- id: "3",
- title: "Our Impact",
- content:
- "Millions of people have created music and videos with Beatcraft. We've removed the equipment and software barriers that once kept creative expression out of reach. Our community is growing daily.",
- },
+ id: "3", title: "Our Impact", content:
+ "Millions of people have created music and videos with Beatcraft. We've removed the equipment and software barriers that once kept creative expression out of reach. Our community is growing daily."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-modern-sleek-ai-music-generation-dashb-1772547717750-67b37221.png?_wi=3"
imageAlt="Beatcraft Platform"
@@ -128,23 +117,14 @@ export default function AboutPage() {
description="Beatcraft started as a passion project and has grown into a community of millions of creators worldwide."
accordionItems={[
{
- id: "1",
- title: "The Beginning",
- content:
- "Founded in 2024 by a team of musicians, engineers, and designers frustrated by expensive, complicated music creation software. We decided to build something different - powerful, free, and intuitive.",
- },
+ id: "1", title: "The Beginning", content:
+ "Founded in 2024 by a team of musicians, engineers, and designers frustrated by expensive, complicated music creation software. We decided to build something different - powerful, free, and intuitive."},
{
- id: "2",
- title: "Rapid Growth",
- content:
- "In just 12 months, over 2 million songs have been created on Beatcraft. Our community spans 150+ countries. We've reached 500,000 active creators monthly. The response has been incredible.",
- },
+ id: "2", title: "Rapid Growth", content:
+ "In just 12 months, over 2 million songs have been created on Beatcraft. Our community spans 150+ countries. We've reached 500,000 active creators monthly. The response has been incredible."},
{
- id: "3",
- title: "Our Future",
- content:
- "We're expanding into new creative tools, building advanced API capabilities, and deepening our creator partnerships. The future of music and video production is collaborative, accessible, and creative. That's Beatcraft.",
- },
+ id: "3", title: "Our Future", content:
+ "We're expanding into new creative tools, building advanced API capabilities, and deepening our creator partnerships. The future of music and video production is collaborative, accessible, and creative. That's Beatcraft."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-dynamic-music-creation-workflow-visual-1772547718312-07587ebb.png?_wi=3"
imageAlt="Platform Growth"
@@ -163,4 +143,4 @@ export default function AboutPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/create/page.tsx b/src/app/create/page.tsx
index 719fa5e..92c8b9e 100644
--- a/src/app/create/page.tsx
+++ b/src/app/create/page.tsx
@@ -6,6 +6,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
+import LanguageSwitcher from "@/components/LanguageSwitcher";
export default function CreatePage() {
const navItems = [
@@ -17,8 +18,7 @@ export default function CreatePage() {
const footerColumns = [
{
- title: "Product",
- items: [
+ title: "Product", items: [
{ label: "Create Music", href: "/create" },
{ label: "Features", href: "/" },
{ label: "Pricing", href: "/pricing" },
@@ -26,8 +26,7 @@ export default function CreatePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
@@ -35,8 +34,7 @@ export default function CreatePage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "License Agreement", href: "#" },
@@ -58,14 +56,14 @@ export default function CreatePage() {
secondaryButtonStyle="solid"
headingFontWeight="semibold"
>
+
+
@@ -93,23 +91,14 @@ export default function CreatePage() {
description="Everything you need to create professional-quality music and videos without any experience."
accordionItems={[
{
- id: "1",
- title: "Advanced Music Customization",
- content:
- "Fine-tune every aspect of your music. Adjust tempo, key, instrumentation, and effects. Real-time preview lets you hear changes instantly. Mix multiple tracks together for complex compositions.",
- },
+ id: "1", title: "Advanced Music Customization", content:
+ "Fine-tune every aspect of your music. Adjust tempo, key, instrumentation, and effects. Real-time preview lets you hear changes instantly. Mix multiple tracks together for complex compositions."},
{
- id: "2",
- title: "Video Synchronization",
- content:
- "Our AI automatically synchronizes your music with dynamic visuals. Choose from multiple visual styles and effects. Add text, animations, and branding. Create social media content in seconds.",
- },
+ id: "2", title: "Video Synchronization", content:
+ "Our AI automatically synchronizes your music with dynamic visuals. Choose from multiple visual styles and effects. Add text, animations, and branding. Create social media content in seconds."},
{
- id: "3",
- title: "Collaboration & Sharing",
- content:
- "Save your projects and come back anytime. Share drafts with collaborators for feedback. Direct export to YouTube, TikTok, and other platforms. Collaborate in real-time with team members.",
- },
+ id: "3", title: "Collaboration & Sharing", content:
+ "Save your projects and come back anytime. Share drafts with collaborators for feedback. Direct export to YouTube, TikTok, and other platforms. Collaborate in real-time with team members."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-dynamic-music-creation-workflow-visual-1772547718312-07587ebb.png?_wi=2"
imageAlt="Advanced Creation Tools"
@@ -128,23 +117,14 @@ export default function CreatePage() {
description="Start with professionally designed templates that match your vision. Customize and create in minutes."
accordionItems={[
{
- id: "1",
- title: "Genre-Specific Templates",
- content:
- "Choose from templates for pop, hip-hop, electronic, orchestral, ambient, and 45+ other genres. Each template comes with suggested customizations. Perfect for different moods and use cases.",
- },
+ id: "1", title: "Genre-Specific Templates", content:
+ "Choose from templates for pop, hip-hop, electronic, orchestral, ambient, and 45+ other genres. Each template comes with suggested customizations. Perfect for different moods and use cases."},
{
- id: "2",
- title: "Platform-Optimized Formats",
- content:
- "Templates optimized for YouTube, TikTok, Instagram Reels, and more. Automatic sizing and format adjustment. Built-in captions and effect recommendations for each platform.",
- },
+ id: "2", title: "Platform-Optimized Formats", content:
+ "Templates optimized for YouTube, TikTok, Instagram Reels, and more. Automatic sizing and format adjustment. Built-in captions and effect recommendations for each platform."},
{
- id: "3",
- title: "Business & Professional Templates",
- content:
- "Corporate background music, podcast intros, commercial jingles, and promotional tracks. Brand-safe music templates. Perfect for business and marketing content.",
- },
+ id: "3", title: "Business & Professional Templates", content:
+ "Corporate background music, podcast intros, commercial jingles, and promotional tracks. Brand-safe music templates. Perfect for business and marketing content."},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/three-step-workflow-diagram-showing-1-te-1772547720090-d8cb9c4c.png?_wi=2"
imageAlt="Template Library"
@@ -163,4 +143,4 @@ export default function CreatePage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 14e23b0..1606e5a 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const nunitoSans = Nunito_Sans({
- variable: "--font-nunito-sans",
- subsets: ["latin"],
+ variable: "--font-nunito-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Beatcraft - Free AI Music & Video Generator",
- description: "Create stunning AI-generated music (10 seconds to 3.5 minutes) and professional music videos instantly, all completely free. No limits, no watermarks.",
- keywords: "AI music generator, music creation, video generator, free music, AI video",
- metadataBase: new URL("https://beatcraft.io"),
+ title: "Beatcraft - Free AI Music & Video Generator", description: "Create stunning AI-generated music (10 seconds to 3.5 minutes) and professional music videos instantly, all completely free. No limits, no watermarks.", keywords: "AI music generator, music creation, video generator, free music, AI video", metadataBase: new URL("https://beatcraft.io"),
alternates: {
- canonical: "https://beatcraft.io",
- },
+ canonical: "https://beatcraft.io"},
openGraph: {
- title: "Beatcraft - Free AI Music & Video Generator",
- description: "Create unlimited AI-generated music and professional music videos instantly, all free.",
- siteName: "Beatcraft",
- type: "website",
- images: [
+ title: "Beatcraft - Free AI Music & Video Generator", description: "Create unlimited AI-generated music and professional music videos instantly, all free.", siteName: "Beatcraft", type: "website", images: [
{
- url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-modern-sleek-ai-music-generation-dashb-1772547717750-67b37221.png",
- alt: "Beatcraft AI Music Generator",
- },
+ url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-modern-sleek-ai-music-generation-dashb-1772547717750-67b37221.png", alt: "Beatcraft AI Music Generator"},
],
},
twitter: {
- card: "summary_large_image",
- title: "Beatcraft - Free AI Music & Video Generator",
- description: "Create unlimited AI music and videos instantly, free forever.",
- images: [
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-modern-sleek-ai-music-generation-dashb-1772547717750-67b37221.png",
- ],
+ card: "summary_large_image", title: "Beatcraft - Free AI Music & Video Generator", description: "Create unlimited AI music and videos instantly, free forever.", images: [
+ "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-modern-sleek-ai-music-generation-dashb-1772547717750-67b37221.png"],
},
robots: {
index: true,
@@ -1425,4 +1410,4 @@ export default function RootLayout({