3 Commits

Author SHA1 Message Date
fef00d511c Update src/app/page.tsx 2026-03-04 21:09:40 +00:00
7e36d1f1d0 Update src/app/layout.tsx 2026-03-04 21:09:39 +00:00
2f6a0a23f1 Merge version_2 into main
Merge version_2 into main
2026-03-04 21:08:03 +00:00
2 changed files with 37 additions and 21 deletions

View File

@@ -1,6 +1,9 @@
import type { Metadata } from "next"; import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "SB Studio - Professional Recording Studio", description: "Book premium audio recording sessions with state-of-the-art equipment and experienced sound engineers."}; title: "SB Studio - Professional Recording Studio", description: "Book premium audio recording sessions with state-of-the-art equipment and experienced sound engineers."};
@@ -11,7 +14,7 @@ export default function RootLayout({
}) { }) {
return ( return (
<html lang="en"> <html lang="en">
<body>{children} <body className={inter.className}>{children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{
__html: ` __html: `

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/diverse-people-processing-mixing-sounds-audio-console_482257-122250.jpg" imageSrc="http://img.b2bpic.net/free-photo/diverse-people-processing-mixing-sounds-audio-console_482257-122250.jpg"
imageAlt="recording studio audio professional music production" imageAlt="recording studio audio professional music production"
buttons={[ buttons={[
{ text: "Book a Session", href: "#booking" }, { text: "Book Now Limited Slots", href: "#booking" },
{ text: "Learn More", href: "#about" }, { text: "Learn More", href: "#about" },
]} ]}
/> />
@@ -71,7 +71,7 @@ export default function LandingPage() {
<div id="booking" data-section="booking"> <div id="booking" data-section="booking">
<MetricCardTen <MetricCardTen
title="Book Your Recording Session" title="Book Your Recording Session"
description="Reserve your preferred date and time. A $50 deposit secures your booking (or $50 for the first hour). Additional hours are $40 each. Available slots shown below with full session details." description="Reserve your preferred date and time. A $50 deposit secures your booking. Available slots shown below with full session details."
tag="Booking" tag="Booking"
tagIcon={Calendar} tagIcon={Calendar}
textboxLayout="default" textboxLayout="default"
@@ -104,26 +104,29 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing"> <div id="pricing" data-section="pricing">
<PricingCardFive <PricingCardFive
title="Recording Session Packages" title="Recording Session Packages"
description="Choose the perfect package for your recording needs. All sessions include professional engineering and mixing consultation. First hour deposit is $50, additional hours are $40 each." description="Choose the perfect package for your recording needs. All sessions include professional engineering and mixing consultation."
tag="Pricing" tag="Pricing"
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic", tag: "Basic Session", price: "$50", period: "first hour + $40/hr", description: "Perfect for voiceovers and solo recordings. Includes engineer and basic editing.", button: { text: "Book Session", href: "#booking" }, id: "basic", tag: "Basic Session", price: "$150", period: "/hour", description: "Perfect for voiceovers and solo recordings. Includes engineer and basic editing.", button: { text: "Book Session", href: "#booking" },
featuresTitle: "What's Included:", features: [ featuresTitle: "What's Included:", features: [
"First hour: $50 deposit", "Additional hours: $40 each", "Professional engineer", "Basic editing", "File delivery"], "1 hour studio time", "Professional engineer", "Basic editing", "File delivery"
],
}, },
{ {
id: "pro", tag: "Pro Session", price: "$50", period: "first hour + $40/hr", description: "Ideal for bands and complex productions. Full mixing included.", button: { text: "Book Session", href: "#booking" }, id: "pro", tag: "Pro Session", price: "$250", period: "/hour", description: "Ideal for bands and complex productions. Full mixing included.", button: { text: "Book Session", href: "#booking" },
featuresTitle: "What's Included:", features: [ featuresTitle: "What's Included:", features: [
"First hour: $50 deposit", "Additional hours: $40 each", "Professional engineer", "Full mixing", "Multiple instrument setup", "High-quality file delivery"], "1 hour studio time", "Professional engineer", "Full mixing", "Multiple instrument setup", "High-quality file delivery"
],
}, },
{ {
id: "premium", tag: "Premium Package", price: "$400", period: "/day (8 hours)", description: "Full-day recording with mastering services. Maximum flexibility and quality.", button: { text: "Book Session", href: "#booking" }, id: "premium", tag: "Premium Package", price: "$1,200", period: "/day", description: "Full-day recording with mastering services. Maximum flexibility and quality.", button: { text: "Book Session", href: "#booking" },
featuresTitle: "What's Included:", features: [ featuresTitle: "What's Included:", features: [
"8-hour studio access: $50 first hour + $40 x 7 = $330 (or $400 flat rate)", "Experienced engineer", "Full mixing and mastering", "Multiple room access", "Equipment consultation", "Professional master files"], "8-hour studio access", "Experienced engineer", "Full mixing and mastering", "Multiple room access", "Equipment consultation", "Professional master files"
],
}, },
]} ]}
/> />
@@ -136,13 +139,17 @@ export default function LandingPage() {
author="Marcus Chen, Artist" author="Marcus Chen, Artist"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/portrait-pensive-bearded-hipster-jacket-red-sweater-dark-background_613910-1834.jpg", alt: "professional portrait headshot musician artist"}, src: "http://img.b2bpic.net/free-photo/portrait-pensive-bearded-hipster-jacket-red-sweater-dark-background_613910-1834.jpg", alt: "professional portrait headshot musician artist"
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-pensive-bearded-hipster-jacket-red-sweater-dark-background_613910-1834.jpg", alt: "professional portrait headshot musician artist"}, src: "http://img.b2bpic.net/free-photo/portrait-pensive-bearded-hipster-jacket-red-sweater-dark-background_613910-1834.jpg", alt: "professional portrait headshot musician artist"
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-pensive-bearded-hipster-jacket-red-sweater-dark-background_613910-1834.jpg", alt: "professional portrait headshot musician artist"}, src: "http://img.b2bpic.net/free-photo/portrait-pensive-bearded-hipster-jacket-red-sweater-dark-background_613910-1834.jpg", alt: "professional portrait headshot musician artist"
},
{ {
src: "http://img.b2bpic.net/free-photo/portrait-pensive-bearded-hipster-jacket-red-sweater-dark-background_613910-1834.jpg", alt: "professional portrait headshot musician artist"}, src: "http://img.b2bpic.net/free-photo/portrait-pensive-bearded-hipster-jacket-red-sweater-dark-background_613910-1834.jpg", alt: "professional portrait headshot musician artist"
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -154,20 +161,26 @@ export default function LandingPage() {
<ContactFaq <ContactFaq
faqs={[ faqs={[
{ {
id: "1", title: "How do I book a session?", content: "Browse our available time slots above, select your preferred date and time, and follow the booking process. A $50 deposit is required to secure your reservation. Contact us if you need assistance."}, id: "1", title: "How do I book a session?", content: "Browse our available time slots above, select your preferred date and time, and follow the booking process. A $50 deposit is required to confirm your reservation. Contact us if you need assistance."
},
{ {
id: "2", title: "Can I edit available booking times?", content: "Yes! Studio administrators can log into the backend dashboard to add, remove, or modify available booking slots based on studio schedules and maintenance needs."}, id: "2", title: "Can I edit available booking times?", content: "Yes! Studio administrators can log into the backend dashboard to add, remove, or modify available booking slots based on studio schedules and maintenance needs."
},
{ {
id: "3", title: "What is the deposit policy?", content: "A $50 deposit is required to secure your booking and covers the first hour of your session. Additional hours beyond the first are $40 each. This deposit is applied toward your final session cost and is refundable with 48 hours notice."}, id: "3", title: "What is the deposit policy?", content: "A $50 deposit is required to secure your booking. This deposit is applied toward your final session cost and is refundable with 48 hours notice."
},
{ {
id: "4", title: "Do you offer package deals?", content: "Yes! We offer Basic, Pro, and Premium packages with different pricing and features. A full 8-hour day is typically $400 (representing $50 for the first hour plus $40 for each of 7 additional hours). Multi-session bookings may qualify for discounted rates. Contact us for custom pricing."}, id: "4", title: "Do you offer package deals?", content: "Yes! We offer Basic, Pro, and Premium packages with different pricing and features. Multi-session bookings may qualify for discounted rates. Contact us for custom pricing."
},
{ {
id: "5", title: "What equipment do you have?", content: "We feature professional-grade microphones, mixing consoles, outboard gear, and acoustic treatments. Our two studios accommodate different project sizes and requirements."}, id: "5", title: "What equipment do you have?", content: "We feature professional-grade microphones, mixing consoles, outboard gear, and acoustic treatments. Our two studios accommodate different project sizes and requirements."
},
{ {
id: "6", title: "Can I reschedule my booking?", content: "Absolutely. Contact us at least 48 hours before your session to reschedule. Subject to availability, we'll find you a new time slot with no additional charges."}, id: "6", title: "Can I reschedule my booking?", content: "Absolutely. Contact us at least 48 hours before your session to reschedule. Subject to availability, we'll find you a new time slot with no additional charges."
},
]} ]}
ctaTitle="Get in Touch" ctaTitle="Get in Touch"
ctaDescription="Ready to book your session? Contact us to reserve your time slot and discuss your project requirements. Rates: $50 deposit for first hour, $40 for each additional hour." ctaDescription="Ready to book your session? Contact us to reserve your time slot and discuss your project requirements."
ctaButton={{ text: "Contact Us", href: "mailto:hello@sbstudio.com" }} ctaButton={{ text: "Contact Us", href: "mailto:hello@sbstudio.com" }}
ctaIcon={Phone} ctaIcon={Phone}
useInvertedBackground={false} useInvertedBackground={false}