Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17bdaa73fb | |||
| 13b911bc52 | |||
| 4e2aa46d73 | |||
| 7ad712b6fe | |||
| 01ca7893d0 | |||
| 94aa0fde07 | |||
| 540204965a | |||
| 51259e789b | |||
| 77340171c8 | |||
| 4be28c5392 | |||
| d8144129c9 |
@@ -5,36 +5,24 @@ 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: {
|
||||
@@ -1425,4 +1413,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
218
src/app/page.tsx
218
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Create Music", href: "/create" },
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "License Agreement", href: "#" },
|
||||
@@ -68,8 +65,7 @@ export default function HomePage() {
|
||||
brandName="Beatcraft"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Create Now",
|
||||
href: "/create",
|
||||
text: "Create Now", href: "/create"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,7 +75,7 @@ export default function HomePage() {
|
||||
logoText="Beatcraft"
|
||||
description="Create stunning AI-generated music from 10 seconds to 3.5 minutes on any theme. Then generate professional music videos instantly, all completely free."
|
||||
buttons={[
|
||||
{ text: "Start Creating", href: "/create" },
|
||||
{ text: "Create Free Music Now", href: "/create" },
|
||||
{ text: "Watch Demo", href: "#features" },
|
||||
]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
@@ -98,28 +94,16 @@ export default function HomePage() {
|
||||
description="Generate unique, high-quality music and videos with our advanced AI technology. No limits, no watermarks, completely free."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "AI Music Generation",
|
||||
content:
|
||||
"Create original music in seconds using advanced AI algorithms. Choose from 50+ genres and customize duration from 10 seconds to 3.5 minutes. Generate unlimited tracks with different moods, instruments, and styles.",
|
||||
id: "1", title: "AI Music Generation", content: "Create original music in seconds using advanced AI algorithms. Choose from 50+ genres and customize duration from 10 seconds to 3.5 minutes. Generate unlimited tracks with different moods, instruments, and styles."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Instant Music Videos",
|
||||
content:
|
||||
"Transform your music into stunning visual content automatically. Our AI generates synchronized videos with animations, effects, and professional production quality. Perfect for social media, streaming, and personal projects.",
|
||||
id: "2", title: "Instant Music Videos", content: "Transform your music into stunning visual content automatically. Our AI generates synchronized videos with animations, effects, and professional production quality. Perfect for social media, streaming, and personal projects."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Theme-Based Creation",
|
||||
content:
|
||||
"Describe any theme or mood, and watch as our AI creates perfectly matched music. From epic orchestral pieces to upbeat pop tracks, ambient soundscapes to electronic beats - unlimited possibilities.",
|
||||
id: "3", title: "Theme-Based Creation", content: "Describe any theme or mood, and watch as our AI creates perfectly matched music. From epic orchestral pieces to upbeat pop tracks, ambient soundscapes to electronic beats - unlimited possibilities."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Professional Quality",
|
||||
content:
|
||||
"High-fidelity audio and video output ready for commercial use. Export in multiple formats optimized for different platforms. No quality loss, no compression artifacts.",
|
||||
id: "4", title: "Professional Quality", content: "High-fidelity audio and video output ready for commercial use. Export in multiple formats optimized for different platforms. No quality loss, no compression artifacts."
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-dynamic-music-creation-workflow-visual-1772547718312-07587ebb.png?_wi=1"
|
||||
@@ -139,22 +123,13 @@ export default function HomePage() {
|
||||
description="Our intuitive workflow makes music and video creation effortless. From concept to final product in minutes."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Step 1: Describe Your Sound",
|
||||
content:
|
||||
"Tell us what kind of music you want - describe the mood, genre, instruments, or any specific theme. Use text prompts or choose from preset categories. Our AI understands natural language descriptions perfectly.",
|
||||
id: "1", title: "Step 1: Describe Your Sound", content: "Tell us what kind of music you want - describe the mood, genre, instruments, or any specific theme. Use text prompts or choose from preset categories. Our AI understands natural language descriptions perfectly."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Step 2: AI Generates Music",
|
||||
content:
|
||||
"Our advanced neural networks compose original music tailored to your specifications. Set the duration from 10 seconds to 3.5 minutes. Listen to previews and regenerate until it's perfect. Unlimited generations at no cost.",
|
||||
id: "2", title: "Step 2: AI Generates Music", content: "Our advanced neural networks compose original music tailored to your specifications. Set the duration from 10 seconds to 3.5 minutes. Listen to previews and regenerate until it's perfect. Unlimited generations at no cost."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Step 3: Generate & Download",
|
||||
content:
|
||||
"Generate a synchronized music video automatically or download just the audio. Choose your preferred format and quality. Share directly to social media or save locally. Everything is yours to use commercially.",
|
||||
id: "3", title: "Step 3: Generate & Download", content: "Generate a synchronized music video automatically or download just the audio. Choose your preferred format and quality. Share directly to social media or save locally. Everything is yours to use commercially."
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/three-step-workflow-diagram-showing-1-te-1772547720090-d8cb9c4c.png?_wi=1"
|
||||
@@ -174,40 +149,16 @@ export default function HomePage() {
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "2M+",
|
||||
title: "Songs Created",
|
||||
description: "Original tracks generated and enjoyed",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/abstract-visualization-of-musical-notes--1772547717486-b82d8c4b.png",
|
||||
imageAlt: "Songs created",
|
||||
id: "1", value: "2M+", title: "Songs Created", description: "Original tracks generated and enjoyed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/abstract-visualization-of-musical-notes--1772547717486-b82d8c4b.png", imageAlt: "Songs created"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "500K+",
|
||||
title: "Active Creators",
|
||||
description: "Musicians and creators using Beatcraft",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/diverse-group-of-creators-collaborating--1772547717280-073e3f26.png?_wi=1",
|
||||
imageAlt: "Active creators",
|
||||
id: "2", value: "500K+", title: "Active Creators", description: "Musicians and creators using Beatcraft", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/diverse-group-of-creators-collaborating--1772547717280-073e3f26.png?_wi=1", imageAlt: "Active creators"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "100M+",
|
||||
title: "Videos Generated",
|
||||
description: "Professional music videos created",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-dynamic-composition-of-film-frames-pla-1772547717780-bccd8e71.png",
|
||||
imageAlt: "Videos generated",
|
||||
id: "3", value: "100M+", title: "Videos Generated", description: "Professional music videos created", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-dynamic-composition-of-film-frames-pla-1772547717780-bccd8e71.png", imageAlt: "Videos generated"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "50+",
|
||||
title: "Genre Options",
|
||||
description: "Musical styles and themes available",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-spectrum-of-musical-genres-represented-1772547717998-cf621110.png",
|
||||
imageAlt: "Available genres",
|
||||
id: "4", value: "50+", title: "Genre Options", description: "Musical styles and themes available", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-spectrum-of-musical-genres-represented-1772547717998-cf621110.png", imageAlt: "Available genres"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -225,60 +176,33 @@ export default function HomePage() {
|
||||
tagAnimation="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "free",
|
||||
badge: "Free Forever",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$0",
|
||||
subtitle: "Perfect for experimenting",
|
||||
buttons: [
|
||||
id: "free", badge: "Free Forever", badgeIcon: Sparkles,
|
||||
price: "$0", subtitle: "Unlimited music & videos, forever free", buttons: [
|
||||
{ text: "Get Started", href: "/create" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited music generation",
|
||||
"Unlimited video generation",
|
||||
"All themes and genres",
|
||||
"10 seconds to 3.5 minutes",
|
||||
"Standard quality export",
|
||||
"Personal use license",
|
||||
"Unlimited music generation", "Unlimited video generation", "All themes and genres", "10 seconds to 3.5 minutes", "Standard quality export", "Personal use license"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Pro Power",
|
||||
badgeIcon: Zap,
|
||||
price: "$9.99",
|
||||
subtitle: "For serious creators",
|
||||
buttons: [
|
||||
id: "pro", badge: "Pro Power", badgeIcon: Zap,
|
||||
price: "$9.99", subtitle: "For serious creators", buttons: [
|
||||
{ text: "Start Pro Trial", href: "/create" },
|
||||
{ text: "Contact Sales", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Everything in Free",
|
||||
"4K video quality",
|
||||
"Commercial licenses",
|
||||
"Priority processing",
|
||||
"Advanced customization",
|
||||
"Batch generation",
|
||||
"Everything in Free", "4K video quality", "Commercial licenses", "Priority processing", "Advanced customization", "Batch generation"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "studio",
|
||||
badge: "Studio Edition",
|
||||
badgeIcon: Award,
|
||||
price: "$29.99",
|
||||
subtitle: "For professionals",
|
||||
buttons: [
|
||||
id: "studio", badge: "Studio Edition", badgeIcon: Award,
|
||||
price: "$29.99", subtitle: "For professionals", buttons: [
|
||||
{ text: "Start Studio", href: "/create" },
|
||||
{ text: "Schedule Demo", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Everything in Pro",
|
||||
"8K video quality",
|
||||
"API access",
|
||||
"White-label options",
|
||||
"Dedicated support",
|
||||
"Advanced AI models",
|
||||
"Everything in Pro", "8K video quality", "API access", "White-label options", "Dedicated support", "Advanced AI models"
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -297,70 +221,22 @@ export default function HomePage() {
|
||||
tagAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Finally, Music Creation for Everyone",
|
||||
quote:
|
||||
"I've never been able to make music before, but Beatcraft changed everything. In minutes, I created professional-quality tracks that sound incredible. The video generation is mind-blowing!",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Content Creator",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-young-female--1772547717292-0977a22e.png",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
id: "1", title: "Finally, Music Creation for Everyone", quote: "I've never been able to make music before, but Beatcraft changed everything. In minutes, I created professional-quality tracks that sound incredible. The video generation is mind-blowing!", name: "Sarah Mitchell", role: "Content Creator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-young-female--1772547717292-0977a22e.png", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Saves Me Hours Every Week",
|
||||
quote:
|
||||
"As a YouTube creator, I used to spend days finding music. Now I generate perfect background tracks instantly. The quality rivals paid music libraries, and it's completely free. Best discovery ever!",
|
||||
name: "Marcus Chen",
|
||||
role: "YouTube Creator",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-an-asian-male-i-1772547716965-5bde48db.png",
|
||||
imageAlt: "Marcus Chen",
|
||||
id: "2", title: "Saves Me Hours Every Week", quote: "As a YouTube creator, I used to spend days finding music. Now I generate perfect background tracks instantly. The quality rivals paid music libraries, and it's completely free. Best discovery ever!", name: "Marcus Chen", role: "YouTube Creator", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-an-asian-male-i-1772547716965-5bde48db.png", imageAlt: "Marcus Chen"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Revolutionary for Independent Artists",
|
||||
quote:
|
||||
"Beatcraft is democratizing music production. I can now produce full albums and music videos without expensive equipment or software. This is the future of independent music.",
|
||||
name: "Emma Rodriguez",
|
||||
role: "Independent Musician",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-latina-woman--1772547717824-838f1541.png",
|
||||
imageAlt: "Emma Rodriguez",
|
||||
id: "3", title: "Revolutionary for Independent Artists", quote: "Beatcraft is democratizing music production. I can now produce full albums and music videos without expensive equipment or software. This is the future of independent music.", name: "Emma Rodriguez", role: "Independent Musician", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-latina-woman--1772547717824-838f1541.png", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Perfect for Content Production",
|
||||
quote:
|
||||
"Our production team uses Beatcraft for all our video content now. The AI understands our creative brief perfectly, and the turnaround time is incredible. Game-changer for agencies.",
|
||||
name: "David Kim",
|
||||
role: "Production Director",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-man-in-produc-1772547717005-0a5ce806.png",
|
||||
imageAlt: "David Kim",
|
||||
id: "4", title: "Perfect for Content Production", quote: "Our production team uses Beatcraft for all our video content now. The AI understands our creative brief perfectly, and the turnaround time is incredible. Game-changer for agencies.", name: "David Kim", role: "Production Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-man-in-produc-1772547717005-0a5ce806.png", imageAlt: "David Kim"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Incredible Quality at Zero Cost",
|
||||
quote:
|
||||
"I was skeptical at first, but the audio quality matches commercial music services. The fact that it's free and unlimited is almost too good to be true. Highly recommended!",
|
||||
name: "Jessica Parker",
|
||||
role: "Podcast Producer",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-woman-podcast-1772547717457-0d3f7328.png",
|
||||
imageAlt: "Jessica Parker",
|
||||
id: "5", title: "Incredible Quality at Zero Cost", quote: "I was skeptical at first, but the audio quality matches commercial music services. The fact that it's free and unlimited is almost too good to be true. Highly recommended!", name: "Jessica Parker", role: "Podcast Producer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-woman-podcast-1772547717457-0d3f7328.png", imageAlt: "Jessica Parker"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Our Secret Creative Weapon",
|
||||
quote:
|
||||
"We've tested dozens of AI music tools, and Beatcraft is head and shoulders above the rest. The customization, quality, and ease of use are unmatched. We can't imagine working without it.",
|
||||
name: "James Wilson",
|
||||
role: "Film Producer",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-male-film-pro-1772547716778-790bf27f.png",
|
||||
imageAlt: "James Wilson",
|
||||
id: "6", title: "Our Secret Creative Weapon", quote: "We've tested dozens of AI music tools, and Beatcraft is head and shoulders above the rest. The customization, quality, and ease of use are unmatched. We can't imagine working without it.", name: "James Wilson", role: "Film Producer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-male-film-pro-1772547716778-790bf27f.png", imageAlt: "James Wilson"
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -377,40 +253,22 @@ export default function HomePage() {
|
||||
tagAnimation="blur-reveal"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Is Beatcraft really free forever?",
|
||||
content:
|
||||
"Yes! Beatcraft's free tier is genuinely unlimited. Generate as many songs and videos as you want with no restrictions. The Pro and Studio plans are for advanced features and commercial licensing.",
|
||||
id: "1", title: "Is Beatcraft really free forever?", content: "Yes! Beatcraft's free tier is <strong>genuinely unlimited</strong>. Generate as many songs and videos as you want with no restrictions. The Pro and Studio plans are for advanced features and commercial licensing."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What can I do with the music I create?",
|
||||
content:
|
||||
"With the free plan, you can use music for personal projects. Pro and Studio plans include commercial licenses for YouTube, streaming, podcasts, and more. All generated content is yours to use.",
|
||||
id: "2", title: "What can I do with the music I create?", content: "With the free plan, you can use music for personal projects. Pro and Studio plans include commercial licenses for YouTube, streaming, podcasts, and more. All generated content is yours to use."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How long does it take to generate music?",
|
||||
content:
|
||||
"Most songs generate in 30-60 seconds. Videos typically take 1-2 minutes. With Pro processing, generation speeds are prioritized for faster turnaround.",
|
||||
id: "3", title: "How long does it take to generate music?", content: "Most songs generate in 30-60 seconds. Videos typically take 1-2 minutes. With Pro processing, generation speeds are prioritized for faster turnaround."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I customize the generated music?",
|
||||
content:
|
||||
"Absolutely! Describe your preferences in detail - mood, instruments, tempo, length. You can regenerate unlimited times until it's perfect. Pro plans include advanced customization options.",
|
||||
id: "4", title: "Can I customize the generated music?", content: "Absolutely! Describe your preferences in detail - mood, instruments, tempo, length. You can regenerate unlimited times until it's perfect. Pro plans include advanced customization options."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "What formats can I export?",
|
||||
content:
|
||||
"Audio: MP3, WAV, FLAC. Video: MP4, WebM, MOV. Choose quality from HD to 4K (Pro) or 8K (Studio). All formats are optimized for different platforms.",
|
||||
id: "5", title: "What formats can I export?", content: "Audio: MP3, WAV, FLAC. Video: MP4, WebM, MOV. Choose quality from HD to 4K (Pro) or 8K (Studio). All formats are optimized for different platforms."
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do I need any musical knowledge?",
|
||||
content:
|
||||
"Not at all! Just describe what you want in natural language. Our AI handles all the complex music theory and production. Complete beginners can create professional-quality music instantly.",
|
||||
id: "6", title: "Do I need any musical knowledge?", content: "Not at all! Just describe what you want in natural language. Our AI handles all the complex music theory and production. Complete beginners can create professional-quality music instantly."
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-friendly-modern-customer-support-scene-1772547717885-6d6da3ef.png?_wi=1"
|
||||
@@ -432,4 +290,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user