Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ce4f532788 | |||
| 464d2cbf25 | |||
| 369dae21c0 |
@@ -10,6 +10,10 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import { Sparkles, Music, Mic, Headphones, Users, Star, Settings, Award, Instagram, Facebook, Twitter } from "lucide-react";
|
import { Sparkles, Music, Mic, Headphones, Users, Star, Settings, Award, Instagram, Facebook, Twitter } from "lucide-react";
|
||||||
|
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
||||||
|
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
||||||
|
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||||
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -25,29 +29,29 @@ 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
|
||||||
brandName="WarmTone Studios"
|
brandName="WarmTone Studios"
|
||||||
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" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero-section" data-section="hero-section">
|
<div id="hero-section" data-section="hero-section">
|
||||||
<HeroBillboardDashboard
|
<HeroBillboard
|
||||||
title="Where Music Meets Mastery"
|
title="Where Music Meets Mastery"
|
||||||
description="Transform your sound with our state-of-the-art recording studio. Professional-grade equipment, expert engineers, and a cozy atmosphere designed for artists who demand excellence."
|
description="Transform your sound with our state-of-the-art recording studio. Professional-grade equipment, expert engineers, and a cozy atmosphere designed for artists who demand excellence."
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
tag="Premium Recording Services"
|
tag="Premium Recording Services"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book a Session", href: "#contact-section" },
|
{ text: "Book a Session", href: "#contact-section" },
|
||||||
{ text: "Explore Our Studio", href: "#about-section" }
|
{ text: "Explore Our Studio", href: "#about-section" }
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user