Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function EquipmentPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Equipment Catalog", href: "/equipment" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Features", href: "/" },
|
||||
@@ -29,8 +28,7 @@ export default function EquipmentPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Team", href: "/" },
|
||||
{ label: "Blog", href: "/" },
|
||||
@@ -38,8 +36,7 @@ export default function EquipmentPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "/" },
|
||||
{ label: "Tutorials", href: "/" },
|
||||
{ label: "Community", href: "/" },
|
||||
@@ -47,8 +44,7 @@ export default function EquipmentPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/" },
|
||||
{ label: "Terms of Service", href: "/" },
|
||||
{ label: "Cookie Settings", href: "/" },
|
||||
@@ -89,46 +85,33 @@ export default function EquipmentPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Pricing",
|
||||
href: "/pricing"
|
||||
text: "View Pricing", href: "/pricing"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "microphone-selection",
|
||||
title: "Microphone Collection",
|
||||
tags: ["Condenser", "Dynamic", "Ribbon", "USB"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/studio-microphone-with-pop-filter-windsc-1773417058371-4c340464.png?_wi=3",
|
||||
imageAlt: "Professional studio microphone collection"
|
||||
id: "microphone-selection", title: "Microphone Collection", tags: ["Condenser", "Dynamic", "Ribbon", "USB"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/studio-microphone-with-pop-filter-windsc-1773417058371-4c340464.png", imageAlt: "Professional studio microphone collection"
|
||||
},
|
||||
{
|
||||
id: "audio-interfaces",
|
||||
title: "Audio Interfaces",
|
||||
tags: ["2-Channel", "8-Channel", "16-Channel", "Portable"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-audio-interface-with-xlr-in-1773417059151-8d431b8f.png?_wi=2",
|
||||
imageAlt: "Professional audio interface equipment"
|
||||
id: "audio-interfaces", title: "Audio Interfaces", tags: ["2-Channel", "8-Channel", "16-Channel", "Portable"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-audio-interface-with-xlr-in-1773417059151-8d431b8f.png", imageAlt: "Professional audio interface equipment"
|
||||
},
|
||||
{
|
||||
id: "monitoring-systems",
|
||||
title: "Monitoring Systems",
|
||||
tags: ["Studio Monitors", "Headphones", "Subwoofers", "Stands"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-studio-monitor-speakers-wit-1773417059411-cc74f81b.png?_wi=3",
|
||||
imageAlt: "Professional monitoring speakers"
|
||||
id: "monitoring-systems", title: "Monitoring Systems", tags: ["Studio Monitors", "Headphones", "Subwoofers", "Stands"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-studio-monitor-speakers-wit-1773417059411-cc74f81b.png", imageAlt: "Professional monitoring speakers"
|
||||
},
|
||||
{
|
||||
id: "mixing-tools",
|
||||
title: "Mixing & Mastering",
|
||||
tags: ["Mixing Consoles", "Control Surfaces", "Equalizers", "Compressors"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/high-end-mixing-console-with-illuminated-1773417059461-429450b4.png?_wi=3",
|
||||
imageAlt: "Professional mixing console equipment"
|
||||
id: "mixing-tools", title: "Mixing & Mastering", tags: ["Mixing Consoles", "Control Surfaces", "Equalizers", "Compressors"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/high-end-mixing-console-with-illuminated-1773417059461-429450b4.png", imageAlt: "Professional mixing console equipment"
|
||||
}
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-cyan-300"
|
||||
descriptionClassName="text-base md:text-lg text-slate-300"
|
||||
cardTitleClassName="text-lg font-semibold text-magenta-400"
|
||||
itemClassName="text-lg font-semibold text-magenta-400"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -145,53 +128,28 @@ export default function EquipmentPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "See All Equipment",
|
||||
href: "/equipment"
|
||||
text: "See All Equipment", href: "/equipment"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "keyboard-synthesizer",
|
||||
name: "88-Key MIDI Synthesizer",
|
||||
price: "$1,299",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/88-key-midi-keyboard-synthesizer-with-il-1773417059556-32a42e16.png?_wi=2",
|
||||
imageAlt: "Professional MIDI keyboard synthesizer with illuminated keys"
|
||||
id: "keyboard-synthesizer", name: "88-Key MIDI Synthesizer", price: "$1,299", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/88-key-midi-keyboard-synthesizer-with-il-1773417059556-32a42e16.png", imageAlt: "Professional MIDI keyboard synthesizer with illuminated keys"
|
||||
},
|
||||
{
|
||||
id: "interface-8ch",
|
||||
name: "8-Channel Audio Interface",
|
||||
price: "$599",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-audio-interface-with-xlr-in-1773417059151-8d431b8f.png?_wi=3",
|
||||
imageAlt: "Professional 8-channel audio interface"
|
||||
id: "interface-8ch", name: "8-Channel Audio Interface", price: "$599", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-audio-interface-with-xlr-in-1773417059151-8d431b8f.png", imageAlt: "Professional 8-channel audio interface"
|
||||
},
|
||||
{
|
||||
id: "monitor-pair",
|
||||
name: "Studio Monitor Pair (Active)",
|
||||
price: "$799",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-studio-monitor-speakers-wit-1773417059411-cc74f81b.png?_wi=4",
|
||||
imageAlt: "Professional active studio monitor speakers"
|
||||
id: "monitor-pair", name: "Studio Monitor Pair (Active)", price: "$799", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-studio-monitor-speakers-wit-1773417059411-cc74f81b.png", imageAlt: "Professional active studio monitor speakers"
|
||||
},
|
||||
{
|
||||
id: "headphone-pro",
|
||||
name: "Professional Studio Headphones",
|
||||
price: "$349",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/premium-studio-headphones-with-cyan-acce-1773417058935-8d999c8e.png?_wi=2",
|
||||
imageAlt: "Premium studio headphones with cyan accent"
|
||||
id: "headphone-pro", name: "Professional Studio Headphones", price: "$349", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/premium-studio-headphones-with-cyan-acce-1773417058935-8d999c8e.png", imageAlt: "Premium studio headphones with cyan accent"
|
||||
},
|
||||
{
|
||||
id: "microphone-bundle",
|
||||
name: "Professional Microphone Bundle",
|
||||
price: "$899",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-recording-microphone-with-c-1773417058696-96e3742d.png?_wi=2",
|
||||
imageAlt: "Professional recording microphone bundle"
|
||||
id: "microphone-bundle", name: "Professional Microphone Bundle", price: "$899", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-recording-microphone-with-c-1773417058696-96e3742d.png", imageAlt: "Professional recording microphone bundle"
|
||||
},
|
||||
{
|
||||
id: "cable-kit",
|
||||
name: "Professional Cable Management Kit",
|
||||
price: "$199",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/organized-professional-audio-cables-with-1773417058229-609139a3.png",
|
||||
imageAlt: "Organized professional audio cable set"
|
||||
id: "cable-kit", name: "Professional Cable Management Kit", price: "$199", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/organized-professional-audio-cables-with-1773417058229-609139a3.png", imageAlt: "Organized professional audio cable set"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -216,34 +174,22 @@ export default function EquipmentPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "eq-faq-1",
|
||||
title: "What makes this equipment suitable for professional studios?",
|
||||
content: "All equipment in our catalog meets industry standards for sound quality, durability, and reliability. Each piece is selected for professional-grade performance and has been tested in real studio environments. We only feature equipment that meets or exceeds professional studio requirements."
|
||||
id: "eq-faq-1", title: "What makes this equipment suitable for professional studios?", content: "All equipment in our catalog meets industry standards for sound quality, durability, and reliability. Each piece is selected for professional-grade performance and has been tested in real studio environments. We only feature equipment that meets or exceeds professional studio requirements."
|
||||
},
|
||||
{
|
||||
id: "eq-faq-2",
|
||||
title: "Do you offer equipment rental or lease options?",
|
||||
content: "Yes! We partner with leading equipment rental companies to offer flexible rental and lease options. You can try equipment before purchasing, or rent for short-term projects. Contact our sales team for detailed rental pricing and terms."
|
||||
id: "eq-faq-2", title: "Do you offer equipment rental or lease options?", content: "Yes! We partner with leading equipment rental companies to offer flexible rental and lease options. You can try equipment before purchasing, or rent for short-term projects. Contact our sales team for detailed rental pricing and terms."
|
||||
},
|
||||
{
|
||||
id: "eq-faq-3",
|
||||
title: "What warranty coverage is included with equipment purchases?",
|
||||
content: "Warranty coverage varies by manufacturer and equipment type. Most equipment includes 1-3 years of manufacturer warranty. We also offer extended warranty options for critical equipment. Details are provided with each product listing."
|
||||
id: "eq-faq-3", title: "What warranty coverage is included with equipment purchases?", content: "Warranty coverage varies by manufacturer and equipment type. Most equipment includes 1-3 years of manufacturer warranty. We also offer extended warranty options for critical equipment. Details are provided with each product listing."
|
||||
},
|
||||
{
|
||||
id: "eq-faq-4",
|
||||
title: "How do I determine which equipment is right for my setup?",
|
||||
content: "Our equipment recommendation tool analyzes your studio requirements, budget, and existing gear. You can also book a consultation with our audio engineers for personalized guidance on building your perfect studio configuration."
|
||||
id: "eq-faq-4", title: "How do I determine which equipment is right for my setup?", content: "Our equipment recommendation tool analyzes your studio requirements, budget, and existing gear. You can also book a consultation with our audio engineers for personalized guidance on building your perfect studio configuration."
|
||||
},
|
||||
{
|
||||
id: "eq-faq-5",
|
||||
title: "Is equipment shipping available internationally?",
|
||||
content: "We ship to 150+ countries worldwide. Shipping costs and delivery times vary by location. All equipment is fully insured during transit. International customers may be responsible for import duties and taxes depending on their country."
|
||||
id: "eq-faq-5", title: "Is equipment shipping available internationally?", content: "We ship to 150+ countries worldwide. Shipping costs and delivery times vary by location. All equipment is fully insured during transit. International customers may be responsible for import duties and taxes depending on their country."
|
||||
},
|
||||
{
|
||||
id: "eq-faq-6",
|
||||
title: "What's your return policy on equipment purchases?",
|
||||
content: "We offer a 30-day satisfaction guarantee on all equipment purchases. If you're not completely satisfied, return the equipment in original condition for a full refund or exchange. Extended trial periods are available for high-value items."
|
||||
id: "eq-faq-6", title: "What's your return policy on equipment purchases?", content: "We offer a 30-day satisfaction guarantee on all equipment purchases. If you're not completely satisfied, return the equipment in original condition for a full refund or exchange. Extended trial periods are available for high-value items."
|
||||
}
|
||||
]}
|
||||
faqsAnimation="blur-reveal"
|
||||
|
||||
224
src/app/page.tsx
224
src/app/page.tsx
@@ -26,8 +26,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Equipment Catalog", href: "/equipment" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Features", href: "#features" },
|
||||
@@ -35,8 +34,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Team", href: "#team" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -44,8 +42,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "Tutorials", href: "/tutorials" },
|
||||
{ label: "Community", href: "/community" },
|
||||
@@ -53,8 +50,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Cookie Settings", href: "#" },
|
||||
@@ -116,7 +112,7 @@ export default function HomePage() {
|
||||
description="SONIC FORGE represents the convergence of professional-grade equipment, cutting-edge technology, and artistic inspiration. Our platform empowers creators to transcend traditional boundaries and explore unprecedented sonic possibilities."
|
||||
subdescription="From boutique home studios to world-class recording facilities, we provide the infrastructure, knowledge, and community that transforms musical visions into reality."
|
||||
icon={Zap}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-recording-microphone-with-c-1773417058696-96e3742d.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-recording-microphone-with-c-1773417058696-96e3742d.png"
|
||||
imageAlt="Professional production ecosystem"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
@@ -141,39 +137,23 @@ export default function HomePage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "microphone-pro",
|
||||
title: "Premium Microphones",
|
||||
tags: ["Condenser", "Dynamic", "Ribbon"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/studio-microphone-with-pop-filter-windsc-1773417058371-4c340464.png?_wi=1",
|
||||
imageAlt: "Professional studio microphone setup",
|
||||
},
|
||||
id: "microphone-pro", title: "Premium Microphones", tags: ["Condenser", "Dynamic", "Ribbon"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/studio-microphone-with-pop-filter-windsc-1773417058371-4c340464.png", imageAlt: "Professional studio microphone setup"},
|
||||
{
|
||||
id: "mixing-board",
|
||||
title: "Mixing Consoles",
|
||||
tags: ["Analog", "Hybrid", "Digital"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/high-end-mixing-console-with-illuminated-1773417059461-429450b4.png?_wi=1",
|
||||
imageAlt: "Professional mixing console",
|
||||
},
|
||||
id: "mixing-board", title: "Mixing Consoles", tags: ["Analog", "Hybrid", "Digital"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/high-end-mixing-console-with-illuminated-1773417059461-429450b4.png", imageAlt: "Professional mixing console"},
|
||||
{
|
||||
id: "studio-monitors",
|
||||
title: "Reference Monitors",
|
||||
tags: ["Powered", "Passive", "Nearfield"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-studio-monitor-speakers-wit-1773417059411-cc74f81b.png?_wi=1",
|
||||
imageAlt: "Professional studio monitor speakers",
|
||||
},
|
||||
id: "studio-monitors", title: "Reference Monitors", tags: ["Powered", "Passive", "Nearfield"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-studio-monitor-speakers-wit-1773417059411-cc74f81b.png", imageAlt: "Professional studio monitor speakers"},
|
||||
{
|
||||
id: "headphones",
|
||||
title: "Studio Headphones",
|
||||
tags: ["Closed", "Open-Back", "Wireless"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/premium-studio-headphones-with-cyan-acce-1773417058935-8d999c8e.png?_wi=1",
|
||||
imageAlt: "Professional studio headphones",
|
||||
},
|
||||
id: "headphones", title: "Studio Headphones", tags: ["Closed", "Open-Back", "Wireless"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/premium-studio-headphones-with-cyan-acce-1773417058935-8d999c8e.png", imageAlt: "Professional studio headphones"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-cyan-300"
|
||||
descriptionClassName="text-base md:text-lg text-slate-300"
|
||||
cardTitleClassName="text-lg font-semibold text-pink-400"
|
||||
itemClassName="text-lg font-semibold text-pink-400"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -192,26 +172,11 @@ export default function HomePage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
products={[
|
||||
{
|
||||
id: "midi-keyboard-pro",
|
||||
name: "88-Key MIDI Synthesizer",
|
||||
price: "$1,299",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/88-key-midi-keyboard-synthesizer-with-il-1773417059556-32a42e16.png?_wi=1",
|
||||
imageAlt: "Professional MIDI keyboard synthesizer",
|
||||
},
|
||||
id: "midi-keyboard-pro", name: "88-Key MIDI Synthesizer", price: "$1,299", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/88-key-midi-keyboard-synthesizer-with-il-1773417059556-32a42e16.png", imageAlt: "Professional MIDI keyboard synthesizer"},
|
||||
{
|
||||
id: "audio-interface-pro",
|
||||
name: "8-Channel Audio Interface",
|
||||
price: "$599",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-audio-interface-with-xlr-in-1773417059151-8d431b8f.png?_wi=1",
|
||||
imageAlt: "Professional audio interface",
|
||||
},
|
||||
id: "audio-interface-pro", name: "8-Channel Audio Interface", price: "$599", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-audio-interface-with-xlr-in-1773417059151-8d431b8f.png", imageAlt: "Professional audio interface"},
|
||||
{
|
||||
id: "microphone-bundle",
|
||||
name: "Studio Mic Bundle",
|
||||
price: "$899",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/studio-microphone-with-pop-filter-windsc-1773417058371-4c340464.png?_wi=2",
|
||||
imageAlt: "Professional microphone bundle",
|
||||
},
|
||||
id: "microphone-bundle", name: "Studio Mic Bundle", price: "$899", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/studio-microphone-with-pop-filter-windsc-1773417058371-4c340464.png", imageAlt: "Professional microphone bundle"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="scale-rotate"
|
||||
@@ -239,7 +204,7 @@ export default function HomePage() {
|
||||
{ id: "equipment", value: "10,000+", description: "Equipment Models Available" },
|
||||
{ id: "community", value: "150+", description: "Countries Worldwide" },
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="depth-3d"
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-cyan-300"
|
||||
@@ -261,29 +226,11 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "producer-alex",
|
||||
name: "Alex Chen",
|
||||
role: "Founder & Creative Director",
|
||||
description: "Grammy-nominated producer with 20+ years in audio production and innovation.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-music-producer-portrait-in--1773417059543-e3d1df3c.png?_wi=1",
|
||||
imageAlt: "Alex Chen - Founder",
|
||||
},
|
||||
id: "producer-alex", name: "Alex Chen", role: "Founder & Creative Director", description: "Grammy-nominated producer with 20+ years in audio production and innovation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-music-producer-portrait-in--1773417059543-e3d1df3c.png", imageAlt: "Alex Chen - Founder"},
|
||||
{
|
||||
id: "engineer-maya",
|
||||
name: "Maya Rodriguez",
|
||||
role: "Chief Audio Engineer",
|
||||
description: "Pioneering sound engineer specializing in immersive and spatial audio technologies.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/audio-engineer-portrait-at-mixing-consol-1773417059391-9bd90b87.png?_wi=1",
|
||||
imageAlt: "Maya Rodriguez - Chief Engineer",
|
||||
},
|
||||
id: "engineer-maya", name: "Maya Rodriguez", role: "Chief Audio Engineer", description: "Pioneering sound engineer specializing in immersive and spatial audio technologies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/audio-engineer-portrait-at-mixing-consol-1773417059391-9bd90b87.png", imageAlt: "Maya Rodriguez - Chief Engineer"},
|
||||
{
|
||||
id: "artist-james",
|
||||
name: "James Nakamura",
|
||||
role: "Artist Relations Lead",
|
||||
description: "Versatile musician and producer connecting artists with cutting-edge sonic tools.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/music-artist-recording-in-professional-s-1773417058839-d7c0cdbf.png",
|
||||
imageAlt: "James Nakamura - Artist Relations",
|
||||
},
|
||||
id: "artist-james", name: "James Nakamura", role: "Artist Relations Lead", description: "Versatile musician and producer connecting artists with cutting-edge sonic tools.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/music-artist-recording-in-professional-s-1773417058839-d7c0cdbf.png", imageAlt: "James Nakamura - Artist Relations"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
@@ -309,50 +256,21 @@ export default function HomePage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "$29/mo",
|
||||
name: "Starter",
|
||||
buttons: [{ text: "Choose Plan", href: "/contact" }],
|
||||
id: "starter", badge: "Popular", badgeIcon: Star,
|
||||
price: "$29/mo", name: "Starter", buttons: [{ text: "Choose Plan", href: "/contact" }],
|
||||
features: [
|
||||
"Access to 1,000+ equipment listings",
|
||||
"Community forum access",
|
||||
"Monthly production tips",
|
||||
"Basic equipment recommendations",
|
||||
"Email support",
|
||||
],
|
||||
"Access to 1,000+ equipment listings", "Community forum access", "Monthly production tips", "Basic equipment recommendations", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "professional",
|
||||
badge: "Recommended",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$79/mo",
|
||||
name: "Professional",
|
||||
buttons: [{ text: "Choose Plan", href: "/contact" }],
|
||||
id: "professional", badge: "Recommended", badgeIcon: Sparkles,
|
||||
price: "$79/mo", name: "Professional", buttons: [{ text: "Choose Plan", href: "/contact" }],
|
||||
features: [
|
||||
"Full equipment catalog access",
|
||||
"Priority community support",
|
||||
"Weekly expert workshops",
|
||||
"Advanced gear recommendations",
|
||||
"Studio setup consultations",
|
||||
"Priority email & chat support",
|
||||
],
|
||||
"Full equipment catalog access", "Priority community support", "Weekly expert workshops", "Advanced gear recommendations", "Studio setup consultations", "Priority email & chat support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
price: "Custom",
|
||||
name: "Enterprise",
|
||||
buttons: [{ text: "Contact Sales", href: "/contact" }],
|
||||
id: "enterprise", price: "Custom", name: "Enterprise", buttons: [{ text: "Contact Sales", href: "/contact" }],
|
||||
features: [
|
||||
"Unlimited equipment access",
|
||||
"Dedicated account manager",
|
||||
"Custom studio design consultation",
|
||||
"Advanced analytics & reporting",
|
||||
"Team training programs",
|
||||
"24/7 premium support",
|
||||
"Custom integrations",
|
||||
],
|
||||
"Unlimited equipment access", "Dedicated account manager", "Custom studio design consultation", "Advanced analytics & reporting", "Team training programs", "24/7 premium support", "Custom integrations"],
|
||||
},
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
@@ -376,59 +294,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
title: "Game-Changing Platform",
|
||||
quote: "SONIC FORGE completely revolutionized my home studio setup. The equipment recommendations and expert guidance helped me create professional-quality productions on a budget.",
|
||||
name: "Sarah Mitchell",
|
||||
role: "Independent Producer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-music-producer-headshot-dar-1773417058347-30da4a29.png",
|
||||
imageAlt: "Sarah Mitchell testimonial",
|
||||
},
|
||||
id: "testimonial-1", title: "Game-Changing Platform", quote: "SONIC FORGE completely revolutionized my home studio setup. The equipment recommendations and expert guidance helped me create professional-quality productions on a budget.", name: "Sarah Mitchell", role: "Independent Producer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-music-producer-headshot-dar-1773417058347-30da4a29.png", imageAlt: "Sarah Mitchell testimonial"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
title: "Unlocked New Possibilities",
|
||||
quote: "The 3D interface and interactive equipment showcase made learning about gear so much more engaging. I discovered tools I never knew existed that perfectly matched my creative vision.",
|
||||
name: "Marcus Johnson",
|
||||
role: "Recording Artist",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-recording-artist-headshot-d-1773417058576-dd77a45f.png",
|
||||
imageAlt: "Marcus Johnson testimonial",
|
||||
},
|
||||
id: "testimonial-2", title: "Unlocked New Possibilities", quote: "The 3D interface and interactive equipment showcase made learning about gear so much more engaging. I discovered tools I never knew existed that perfectly matched my creative vision.", name: "Marcus Johnson", role: "Recording Artist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-recording-artist-headshot-d-1773417058576-dd77a45f.png", imageAlt: "Marcus Johnson testimonial"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
title: "Professional Excellence",
|
||||
quote: "As an audio engineer, I appreciate the depth of technical knowledge available on SONIC FORGE. The community insights have directly improved my mixing techniques.",
|
||||
name: "Elena Rossi",
|
||||
role: "Audio Engineer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-sound-engineer-headshot-dar-1773417058918-eaec982c.png",
|
||||
imageAlt: "Elena Rossi testimonial",
|
||||
},
|
||||
id: "testimonial-3", title: "Professional Excellence", quote: "As an audio engineer, I appreciate the depth of technical knowledge available on SONIC FORGE. The community insights have directly improved my mixing techniques.", name: "Elena Rossi", role: "Audio Engineer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-sound-engineer-headshot-dar-1773417058918-eaec982c.png", imageAlt: "Elena Rossi testimonial"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
title: "Studio Owner's Best Investment",
|
||||
quote: "Setting up our professional facility was seamless with SONIC FORGE's guidance. The equipment selection and setup consultation saved us thousands in costly mistakes.",
|
||||
name: "David Park",
|
||||
role: "Studio Owner",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-studio-owner-portrait-dark--1773417058644-390f5bf3.png",
|
||||
imageAlt: "David Park testimonial",
|
||||
},
|
||||
id: "testimonial-4", title: "Studio Owner's Best Investment", quote: "Setting up our professional facility was seamless with SONIC FORGE's guidance. The equipment selection and setup consultation saved us thousands in costly mistakes.", name: "David Park", role: "Studio Owner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-studio-owner-portrait-dark--1773417058644-390f5bf3.png", imageAlt: "David Park testimonial"},
|
||||
{
|
||||
id: "testimonial-5",
|
||||
title: "Community That Inspires",
|
||||
quote: "Beyond the gear, it's the community that makes SONIC FORGE special. Connecting with fellow creators has elevated my entire artistic practice.",
|
||||
name: "Lisa Zhang",
|
||||
role: "Music Technologist",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-music-producer-portrait-in--1773417059543-e3d1df3c.png?_wi=2",
|
||||
imageAlt: "Lisa Zhang testimonial",
|
||||
},
|
||||
id: "testimonial-5", title: "Community That Inspires", quote: "Beyond the gear, it's the community that makes SONIC FORGE special. Connecting with fellow creators has elevated my entire artistic practice.", name: "Lisa Zhang", role: "Music Technologist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-music-producer-portrait-in--1773417059543-e3d1df3c.png", imageAlt: "Lisa Zhang testimonial"},
|
||||
{
|
||||
id: "testimonial-6",
|
||||
title: "Worth Every Investment",
|
||||
quote: "The premium membership has been absolutely worth it. Expert consultations and priority support transformed how I approach production decisions.",
|
||||
name: "Tom Bradley",
|
||||
role: "Freelance Producer",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/audio-engineer-portrait-at-mixing-consol-1773417059391-9bd90b87.png?_wi=2",
|
||||
imageAlt: "Tom Bradley testimonial",
|
||||
},
|
||||
id: "testimonial-6", title: "Worth Every Investment", quote: "The premium membership has been absolutely worth it. Expert consultations and priority support transformed how I approach production decisions.", name: "Tom Bradley", role: "Freelance Producer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/audio-engineer-portrait-at-mixing-consol-1773417059391-9bd90b87.png", imageAlt: "Tom Bradley testimonial"},
|
||||
]}
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-cyan-300"
|
||||
@@ -451,35 +327,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "What equipment is included in each membership tier?",
|
||||
content: "Starter includes access to 1,000+ listings with basic recommendations. Professional unlocks the full catalog with 10,000+ items and priority consultations. Enterprise provides unlimited access with dedicated account management and custom integration options.",
|
||||
},
|
||||
id: "faq-1", title: "What equipment is included in each membership tier?", content: "Starter includes access to 1,000+ listings with basic recommendations. Professional unlocks the full catalog with 10,000+ items and priority consultations. Enterprise provides unlimited access with dedicated account management and custom integration options."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Can I upgrade or downgrade my plan anytime?",
|
||||
content: "Yes! You can change your membership plan at any time. If upgrading, you'll gain immediate access to premium features. Downgrading takes effect at the start of your next billing cycle with a pro-rated refund.",
|
||||
},
|
||||
id: "faq-2", title: "Can I upgrade or downgrade my plan anytime?", content: "Yes! You can change your membership plan at any time. If upgrading, you'll gain immediate access to premium features. Downgrading takes effect at the start of your next billing cycle with a pro-rated refund."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Do you offer equipment financing options?",
|
||||
content: "Yes, we partner with leading financial institutions to offer flexible payment plans on equipment purchases over $500. Most plans feature 0% APR for 12-24 months with approved credit.",
|
||||
},
|
||||
id: "faq-3", title: "Do you offer equipment financing options?", content: "Yes, we partner with leading financial institutions to offer flexible payment plans on equipment purchases over $500. Most plans feature 0% APR for 12-24 months with approved credit."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "How accurate are the 3D equipment models?",
|
||||
content: "Our 3D models are created in collaboration with manufacturers to provide accurate representations. They showcase exact dimensions, connector types, and design features to help you make informed decisions.",
|
||||
},
|
||||
id: "faq-4", title: "How accurate are the 3D equipment models?", content: "Our 3D models are created in collaboration with manufacturers to provide accurate representations. They showcase exact dimensions, connector types, and design features to help you make informed decisions."},
|
||||
{
|
||||
id: "faq-5",
|
||||
title: "Is there a free trial available?",
|
||||
content: "Absolutely! We offer a 14-day free trial of our Professional plan. No credit card required. After the trial, you can choose any plan or cancel without obligation.",
|
||||
},
|
||||
id: "faq-5", title: "Is there a free trial available?", content: "Absolutely! We offer a 14-day free trial of our Professional plan. No credit card required. After the trial, you can choose any plan or cancel without obligation."},
|
||||
{
|
||||
id: "faq-6",
|
||||
title: "What's your return policy on recommended equipment?",
|
||||
content: "We partner with authorized retailers who maintain their own return policies, typically 30-60 days. Prices on SONIC FORGE are competitive, and we help you find authorized dealers with customer-friendly terms.",
|
||||
},
|
||||
id: "faq-6", title: "What's your return policy on recommended equipment?", content: "We partner with authorized retailers who maintain their own return policies, typically 30-60 days. Prices on SONIC FORGE are competitive, and we help you find authorized dealers with customer-friendly terms."},
|
||||
]}
|
||||
faqsAnimation="blur-reveal"
|
||||
animationType="smooth"
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function StudioPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Equipment Catalog", href: "/equipment" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Features", href: "#features" },
|
||||
@@ -28,8 +27,7 @@ export default function StudioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Team", href: "#team" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
@@ -37,8 +35,7 @@ export default function StudioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "Tutorials", href: "/tutorials" },
|
||||
{ label: "Community", href: "/community" },
|
||||
@@ -46,8 +43,7 @@ export default function StudioPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "/privacy" },
|
||||
{ label: "Terms of Service", href: "/terms" },
|
||||
{ label: "Cookie Settings", href: "#" },
|
||||
@@ -86,7 +82,7 @@ export default function StudioPage() {
|
||||
description="SONIC FORGE operates state-of-the-art recording and production facilities designed for both emerging artists and established professionals. Our studios combine acoustic perfection with cutting-edge digital technology."
|
||||
subdescription="Each room is meticulously calibrated and equipped with industry-standard gear, providing the ideal environment for capturing, mixing, and mastering world-class music productions."
|
||||
icon={Zap}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/ultra-modern-music-production-studio-wit-1773417058856-d5bf6154.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/ultra-modern-music-production-studio-wit-1773417058856-d5bf6154.png"
|
||||
imageAlt="Professional SONIC FORGE studio"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
@@ -111,39 +107,23 @@ export default function StudioPage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "acoustic-treatment",
|
||||
title: "Acoustic Design",
|
||||
tags: ["Isolation Booths", "Live Room", "Control Room"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/ultra-modern-music-production-studio-wit-1773417058856-d5bf6154.png?_wi=2",
|
||||
imageAlt: "Professional acoustic treatment",
|
||||
},
|
||||
id: "acoustic-treatment", title: "Acoustic Design", tags: ["Isolation Booths", "Live Room", "Control Room"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/ultra-modern-music-production-studio-wit-1773417058856-d5bf6154.png", imageAlt: "Professional acoustic treatment"},
|
||||
{
|
||||
id: "monitoring-system",
|
||||
title: "Monitoring Systems",
|
||||
tags: ["Nearfield", "Midfield", "Reference"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-studio-monitor-speakers-wit-1773417059411-cc74f81b.png?_wi=2",
|
||||
imageAlt: "Premium monitoring setup",
|
||||
},
|
||||
id: "monitoring-system", title: "Monitoring Systems", tags: ["Nearfield", "Midfield", "Reference"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-studio-monitor-speakers-wit-1773417059411-cc74f81b.png", imageAlt: "Premium monitoring setup"},
|
||||
{
|
||||
id: "recording-equipment",
|
||||
title: "Recording Gear",
|
||||
tags: ["Preamps", "Compressors", "Effects"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/high-end-mixing-console-with-illuminated-1773417059461-429450b4.png?_wi=2",
|
||||
imageAlt: "Professional recording equipment",
|
||||
},
|
||||
id: "recording-equipment", title: "Recording Gear", tags: ["Preamps", "Compressors", "Effects"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/high-end-mixing-console-with-illuminated-1773417059461-429450b4.png", imageAlt: "Professional recording equipment"},
|
||||
{
|
||||
id: "software-suite",
|
||||
title: "Software Suite",
|
||||
tags: ["DAWs", "Plugins", "Utilities"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-audio-equipment-showcase-da-1773417059245-d2fc0212.png?_wi=1",
|
||||
imageAlt: "Production software and tools",
|
||||
},
|
||||
id: "software-suite", title: "Software Suite", tags: ["DAWs", "Plugins", "Utilities"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Atfo4a6mq6jlZ3UOgPvtz5Y8iZ/professional-audio-equipment-showcase-da-1773417059245-d2fc0212.png", imageAlt: "Production software and tools"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
containerClassName="max-w-7xl mx-auto"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-cyan-300"
|
||||
descriptionClassName="text-base md:text-lg text-slate-300"
|
||||
cardTitleClassName="text-lg font-semibold text-pink-400"
|
||||
itemClassName="text-lg font-semibold text-pink-400"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@@ -164,7 +144,7 @@ export default function StudioPage() {
|
||||
{ id: "artists", value: "1,500+", description: "Artist Collaborations" },
|
||||
{ id: "awards", value: "85", description: "Industry Awards" },
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="depth-3d"
|
||||
containerClassName="max-w-6xl mx-auto"
|
||||
titleClassName="text-4xl md:text-5xl font-bold text-cyan-300"
|
||||
|
||||
Reference in New Issue
Block a user