Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4be28c5392 | |||
| d8144129c9 |
@@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const nunitoSans = Nunito_Sans({
|
const nunitoSans = Nunito_Sans({
|
||||||
variable: "--font-nunito-sans",
|
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Beatcraft - Free AI Music & Video Generator",
|
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"),
|
||||||
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: {
|
alternates: {
|
||||||
canonical: "https://beatcraft.io",
|
canonical: "https://beatcraft.io"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Beatcraft - Free AI Music & Video Generator",
|
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: [
|
||||||
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",
|
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"},
|
||||||
alt: "Beatcraft AI Music Generator",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Beatcraft - Free AI Music & Video Generator", description: "Create unlimited AI music and videos instantly, free forever.", images: [
|
||||||
title: "Beatcraft - Free AI Music & Video Generator",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-modern-sleek-ai-music-generation-dashb-1772547717750-67b37221.png"],
|
||||||
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: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
@@ -1425,4 +1410,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
274
src/app/page.tsx
274
src/app/page.tsx
@@ -22,8 +22,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{ label: "Create Music", href: "/create" },
|
{ label: "Create Music", href: "/create" },
|
||||||
{ label: "Features", href: "#features" },
|
{ label: "Features", href: "#features" },
|
||||||
{ label: "Pricing", href: "/pricing" },
|
{ label: "Pricing", href: "/pricing" },
|
||||||
@@ -31,8 +30,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Blog", href: "#" },
|
{ label: "Blog", href: "#" },
|
||||||
{ label: "Careers", href: "#" },
|
{ label: "Careers", href: "#" },
|
||||||
@@ -40,8 +38,7 @@ export default function HomePage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "License Agreement", href: "#" },
|
{ label: "License Agreement", href: "#" },
|
||||||
@@ -68,9 +65,7 @@ export default function HomePage() {
|
|||||||
brandName="Beatcraft"
|
brandName="Beatcraft"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Create Now",
|
text: "Create Now", href: "/create"}}
|
||||||
href: "/create",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -79,7 +74,7 @@ export default function HomePage() {
|
|||||||
logoText="Beatcraft"
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Start Creating", href: "/create" },
|
{ text: "Create Free Music Now", href: "/create" },
|
||||||
{ text: "Watch Demo", href: "#features" },
|
{ text: "Watch Demo", href: "#features" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
@@ -98,29 +93,17 @@ export default function HomePage() {
|
|||||||
description="Generate unique, high-quality music and videos with our advanced AI technology. No limits, no watermarks, completely free."
|
description="Generate unique, high-quality music and videos with our advanced AI technology. No limits, no watermarks, completely free."
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "AI Music Generation", content:
|
||||||
title: "AI Music Generation",
|
"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."},
|
||||||
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",
|
id: "2", title: "Instant Music Videos", content:
|
||||||
title: "Instant Music Videos",
|
"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."},
|
||||||
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",
|
id: "3", title: "Theme-Based Creation", content:
|
||||||
title: "Theme-Based Creation",
|
"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."},
|
||||||
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",
|
id: "4", title: "Professional Quality", content:
|
||||||
title: "Professional Quality",
|
"High-fidelity audio and video output ready for commercial use. Export in multiple formats optimized for different platforms. No quality loss, no compression artifacts."},
|
||||||
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"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-dynamic-music-creation-workflow-visual-1772547718312-07587ebb.png?_wi=1"
|
||||||
imageAlt="Music Creation Interface"
|
imageAlt="Music Creation Interface"
|
||||||
@@ -139,23 +122,14 @@ export default function HomePage() {
|
|||||||
description="Our intuitive workflow makes music and video creation effortless. From concept to final product in minutes."
|
description="Our intuitive workflow makes music and video creation effortless. From concept to final product in minutes."
|
||||||
accordionItems={[
|
accordionItems={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Step 1: Describe Your Sound", content:
|
||||||
title: "Step 1: Describe Your Sound",
|
"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."},
|
||||||
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",
|
id: "2", title: "Step 2: AI Generates Music", content:
|
||||||
title: "Step 2: AI Generates Music",
|
"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."},
|
||||||
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",
|
id: "3", title: "Step 3: Generate & Download", content:
|
||||||
title: "Step 3: Generate & Download",
|
"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."},
|
||||||
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"
|
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"
|
||||||
imageAlt="Three-step workflow diagram"
|
imageAlt="Three-step workflow diagram"
|
||||||
@@ -174,41 +148,17 @@ export default function HomePage() {
|
|||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "2M+", title: "Songs Created", description: "Original tracks generated and enjoyed", imageSrc:
|
||||||
value: "2M+",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/abstract-visualization-of-musical-notes--1772547717486-b82d8c4b.png", imageAlt: "Songs created"},
|
||||||
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",
|
id: "2", value: "500K+", title: "Active Creators", description: "Musicians and creators using Beatcraft", imageSrc:
|
||||||
value: "500K+",
|
"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"},
|
||||||
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",
|
id: "3", value: "100M+", title: "Videos Generated", description: "Professional music videos created", imageSrc:
|
||||||
value: "100M+",
|
"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"},
|
||||||
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",
|
id: "4", value: "50+", title: "Genre Options", description: "Musical styles and themes available", imageSrc:
|
||||||
value: "50+",
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-spectrum-of-musical-genres-represented-1772547717998-cf621110.png", imageAlt: "Available genres"},
|
||||||
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"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -225,61 +175,31 @@ export default function HomePage() {
|
|||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "free",
|
id: "free", badge: "Free Forever", badgeIcon: Sparkles,
|
||||||
badge: "Free Forever",
|
price: "$0", subtitle: "Perfect for experimenting", buttons: [
|
||||||
badgeIcon: Sparkles,
|
|
||||||
price: "$0",
|
|
||||||
subtitle: "Perfect for experimenting",
|
|
||||||
buttons: [
|
|
||||||
{ text: "Get Started", href: "/create" },
|
{ text: "Get Started", href: "/create" },
|
||||||
{ text: "Learn More", href: "#" },
|
{ text: "Learn More", href: "#" },
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Unlimited music generation",
|
"Unlimited music generation", "Unlimited video generation", "All themes and genres", "10 seconds to 3.5 minutes", "Standard quality export", "Personal use license"],
|
||||||
"Unlimited video generation",
|
|
||||||
"All themes and genres",
|
|
||||||
"10 seconds to 3.5 minutes",
|
|
||||||
"Standard quality export",
|
|
||||||
"Personal use license",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "pro",
|
id: "pro", badge: "Pro Power", badgeIcon: Zap,
|
||||||
badge: "Pro Power",
|
price: "$9.99", subtitle: "For serious creators", buttons: [
|
||||||
badgeIcon: Zap,
|
|
||||||
price: "$9.99",
|
|
||||||
subtitle: "For serious creators",
|
|
||||||
buttons: [
|
|
||||||
{ text: "Start Pro Trial", href: "/create" },
|
{ text: "Start Pro Trial", href: "/create" },
|
||||||
{ text: "Contact Sales", href: "#" },
|
{ text: "Contact Sales", href: "#" },
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Everything in Free",
|
"Everything in Free", "4K video quality", "Commercial licenses", "Priority processing", "Advanced customization", "Batch generation"],
|
||||||
"4K video quality",
|
|
||||||
"Commercial licenses",
|
|
||||||
"Priority processing",
|
|
||||||
"Advanced customization",
|
|
||||||
"Batch generation",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "studio",
|
id: "studio", badge: "Studio Edition", badgeIcon: Award,
|
||||||
badge: "Studio Edition",
|
price: "$29.99", subtitle: "For professionals", buttons: [
|
||||||
badgeIcon: Award,
|
|
||||||
price: "$29.99",
|
|
||||||
subtitle: "For professionals",
|
|
||||||
buttons: [
|
|
||||||
{ text: "Start Studio", href: "/create" },
|
{ text: "Start Studio", href: "/create" },
|
||||||
{ text: "Schedule Demo", href: "#" },
|
{ text: "Schedule Demo", href: "#" },
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Everything in Pro",
|
"Everything in Pro", "8K video quality", "API access", "White-label options", "Dedicated support", "Advanced AI models"],
|
||||||
"8K video quality",
|
|
||||||
"API access",
|
|
||||||
"White-label options",
|
|
||||||
"Dedicated support",
|
|
||||||
"Advanced AI models",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -297,71 +217,29 @@ export default function HomePage() {
|
|||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Finally, Music Creation for Everyone", quote:
|
||||||
title: "Finally, Music Creation for Everyone",
|
"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:
|
||||||
quote:
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-young-female--1772547717292-0977a22e.png", imageAlt: "Sarah Mitchell"},
|
||||||
"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",
|
id: "2", title: "Saves Me Hours Every Week", quote:
|
||||||
title: "Saves Me Hours Every Week",
|
"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:
|
||||||
quote:
|
"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"},
|
||||||
"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",
|
id: "3", title: "Revolutionary for Independent Artists", quote:
|
||||||
title: "Revolutionary for Independent Artists",
|
"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:
|
||||||
quote:
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-latina-woman--1772547717824-838f1541.png", imageAlt: "Emma Rodriguez"},
|
||||||
"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",
|
id: "4", title: "Perfect for Content Production", quote:
|
||||||
title: "Perfect for Content Production",
|
"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:
|
||||||
quote:
|
"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"},
|
||||||
"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",
|
id: "5", title: "Incredible Quality at Zero Cost", quote:
|
||||||
title: "Incredible Quality at Zero Cost",
|
"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:
|
||||||
quote:
|
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/professional-headshot-of-a-woman-podcast-1772547717457-0d3f7328.png", imageAlt: "Jessica Parker"},
|
||||||
"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",
|
id: "6", title: "Our Secret Creative Weapon", quote:
|
||||||
title: "Our Secret Creative Weapon",
|
"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:
|
||||||
quote:
|
"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"},
|
||||||
"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"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -377,41 +255,23 @@ export default function HomePage() {
|
|||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "Is Beatcraft really free forever?", content:
|
||||||
title: "Is Beatcraft really free forever?",
|
"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."},
|
||||||
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: "2",
|
id: "2", title: "What can I do with the music I create?", content:
|
||||||
title: "What can I do with the music I create?",
|
"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."},
|
||||||
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",
|
id: "3", title: "How long does it take to generate music?", content:
|
||||||
title: "How long does it take to generate music?",
|
"Most songs generate in 30-60 seconds. Videos typically take 1-2 minutes. With Pro processing, generation speeds are prioritized for faster turnaround."},
|
||||||
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",
|
id: "4", title: "Can I customize the generated music?", content:
|
||||||
title: "Can I customize the generated music?",
|
"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."},
|
||||||
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",
|
id: "5", title: "What formats can I export?", content:
|
||||||
title: "What formats can I export?",
|
"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."},
|
||||||
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",
|
id: "6", title: "Do I need any musical knowledge?", content:
|
||||||
title: "Do I need any musical knowledge?",
|
"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."},
|
||||||
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"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARFZ7g38KXQEv5oxCwRxl4r5e3/a-friendly-modern-customer-support-scene-1772547717885-6d6da3ef.png?_wi=1"
|
||||||
imageAlt="Customer support team"
|
imageAlt="Customer support team"
|
||||||
@@ -432,4 +292,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user