1 Commits

View File

@@ -10,6 +10,8 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Sparkles, Music, Mic, Headphones, Volume2, Star, CheckCircle, User, Heart, Globe, Award, Clock, Users, FileText, Speaker } from 'lucide-react'; import { Sparkles, Music, Mic, Headphones, Volume2, Star, CheckCircle, User, Heart, Globe, Award, Clock, Users, FileText, Speaker } from 'lucide-react';
import { NavbarStyleApple } from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import { HeroBillboard } from "@/components/sections/hero/HeroBillboard";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -26,7 +28,7 @@ export default function LandingPage() {
headingFontWeight="normal" headingFontWeight="normal"
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarStyleApple
navItems={[ navItems={[
{ name: "Hero", id: "hero-section" }, { name: "Hero", id: "hero-section" },
{ name: "About", id: "about-section" }, { name: "About", id: "about-section" },
@@ -43,14 +45,14 @@ export default function LandingPage() {
</div> </div>
<div id="hero-section" data-section="hero-section"> <div id="hero-section" data-section="hero-section">
<HeroBillboardDashboard <HeroBillboard
title="Elevate Your Sound with Professional Recording" title="Elevate Your Sound with Professional Recording"
description="At SoundCraft Studios, we blend cutting-edge technology with artistic vision to deliver pristine audio experiences. From indie artists to established professionals, we're here to bring your musical ideas to life." description="At SoundCraft Studios, we blend cutting-edge technology with artistic vision to deliver pristine audio experiences. From indie artists to established professionals, we're here to bring your musical ideas to life."
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
tag="Premium Audio Production" tag="Premium Audio Production"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ buttons={[
{ text: "Explore Services", href: "#features-section" }, { text: "Explore Services", href: "#features-section" },
{ text: "Book a Session", href: "#contact-section" } { text: "Book a Session", href: "#contact-section" }
]} ]}