Update src/app/dj-events/page.tsx
This commit is contained in:
@@ -37,7 +37,7 @@ export default function DJEventsPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmall"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -49,9 +49,7 @@ export default function DJEventsPage() {
|
||||
brandName="Sonic Motion"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Your Event",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Your Event", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -61,45 +59,25 @@ export default function DJEventsPage() {
|
||||
<FeatureCardTwentySix
|
||||
features={[
|
||||
{
|
||||
title: "Signature DJ Performance",
|
||||
description:
|
||||
"World-class DJs curating unforgettable dance experiences with cutting-edge mixing techniques and crowd-reading expertise.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-people-dancing-funky-music_482257-78334.jpg?_wi=2",
|
||||
imageAlt: "DJ performing live",
|
||||
buttonIcon: Play,
|
||||
buttonHref: "/dj-events",
|
||||
},
|
||||
title: "Signature DJ Performance", description:
|
||||
"World-class DJs curating unforgettable dance experiences with cutting-edge mixing techniques and crowd-reading expertise.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-people-dancing-funky-music_482257-78334.jpg", imageAlt: "DJ performing live", buttonIcon: Play,
|
||||
buttonHref: "/dj-events"},
|
||||
{
|
||||
title: "Advanced Sound Engineering",
|
||||
description:
|
||||
"Professional-grade audio systems and live mixing that delivers crystal-clear sound across any venue size and layout.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/talented-engineer-using-usb-stick-edit-recorded-files-home-studio_482257-121271.jpg?_wi=2",
|
||||
imageAlt: "Professional sound equipment",
|
||||
buttonIcon: Volume2,
|
||||
buttonHref: "/dj-events",
|
||||
},
|
||||
title: "Advanced Sound Engineering", description:
|
||||
"Professional-grade audio systems and live mixing that delivers crystal-clear sound across any venue size and layout.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/talented-engineer-using-usb-stick-edit-recorded-files-home-studio_482257-121271.jpg", imageAlt: "Professional sound equipment", buttonIcon: Volume2,
|
||||
buttonHref: "/dj-events"},
|
||||
{
|
||||
title: "Full Event Coordination",
|
||||
description:
|
||||
"Seamless booking, technical setup, and real-time production management from concept through post-event breakdown.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275482.jpg?_wi=2",
|
||||
imageAlt: "Event coordination",
|
||||
buttonIcon: Clipboard,
|
||||
buttonHref: "/dj-events",
|
||||
},
|
||||
title: "Full Event Coordination", description:
|
||||
"Seamless booking, technical setup, and real-time production management from concept through post-event breakdown.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275482.jpg", imageAlt: "Event coordination", buttonIcon: Clipboard,
|
||||
buttonHref: "/dj-events"},
|
||||
{
|
||||
title: "Visual & Lighting Design",
|
||||
description:
|
||||
"Immersive light shows and visual effects that sync with music to create unforgettable atmospheric moments.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182560.jpg?_wi=2",
|
||||
imageAlt: "Professional lighting setup",
|
||||
buttonIcon: Lightbulb,
|
||||
buttonHref: "/dj-events",
|
||||
},
|
||||
title: "Visual & Lighting Design", description:
|
||||
"Immersive light shows and visual effects that sync with music to create unforgettable atmospheric moments.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182560.jpg", imageAlt: "Professional lighting setup", buttonIcon: Lightbulb,
|
||||
buttonHref: "/dj-events"},
|
||||
]}
|
||||
title="DJ Events & Live Production"
|
||||
description="Electrifying nightlife experiences crafted for venue owners, event promoters, and brand activations seeking premium entertainment and technical excellence."
|
||||
@@ -155,9 +133,7 @@ export default function DJEventsPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com", ariaLabel: "Instagram"},
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com", ariaLabel: "LinkedIn" },
|
||||
{ icon: Music, href: "https://soundcloud.com", ariaLabel: "SoundCloud" },
|
||||
|
||||
Reference in New Issue
Block a user