Update src/app/dj-events/page.tsx

This commit is contained in:
2026-03-02 23:51:25 +00:00
parent f363330bb8
commit a3151f6170

View File

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