Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c1e7bbde44 |
@@ -29,32 +29,32 @@ export default function LandingPage() {
|
|||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="normal"
|
headingFontWeight="normal"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarLayoutFloatingInline
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Hero", id: "hero-section" },
|
{ name: "Hero", id: "hero-section" },
|
||||||
{ name: "About", id: "about-section" },
|
{ name: "About", id: "about-section" },
|
||||||
{ name: "Feature", id: "features-section" },
|
{ name: "Feature", id: "features-section" },
|
||||||
{ name: "Team", id: "team-section" },
|
{ name: "Team", id: "team-section" },
|
||||||
{ name: "Testimonial", id: "testimonials-section" },
|
{ name: "Testimonial", id: "testimonials-section" },
|
||||||
{ name: "Contact", id: "contact-section" }
|
{ name: "Contact", id: "contact-section" }
|
||||||
]}
|
]}
|
||||||
brandName="Harmony Studios"
|
brandName="Harmony Studios"
|
||||||
button={{
|
button={{
|
||||||
text: "Book a Session", href: "#contact-section"
|
text: "Book a Session", href: "#contact-section"
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero-section" data-section="hero-section">
|
<div id="hero-section" data-section="hero-section">
|
||||||
<HeroBillboard
|
<HeroSplit
|
||||||
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" }
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user