Merge version_5 into main #8
@@ -65,9 +65,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "e1", brand: "NeonWave", name: "Techno Underground Night", price: "$25", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/night-party-lights-stage_23-2148443907.jpg" },
|
||||
{ id: "e2", brand: "PulseBeats", name: "Rhythm Sync Festival", price: "$45", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/dj-performance-night-club_23-2149176403.jpg" },
|
||||
{ id: "e3", brand: "VibeProduction", name: "Laser Fusion Showcase", price: "$30", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-night-party_23-2149176406.jpg" }
|
||||
{ id: "e1", brand: "NeonWave", name: "Techno Underground Night", price: "$25", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/night-party-lights-stage_23-2148443907.jpg?_wi=1" },
|
||||
{ id: "e2", brand: "PulseBeats", name: "Rhythm Sync Festival", price: "$45", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/dj-performance-night-club_23-2149176403.jpg?_wi=1" },
|
||||
{ id: "e3", brand: "VibeProduction", name: "Laser Fusion Showcase", price: "$30", rating: 4, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-night-party_23-2149176406.jpg?_wi=1" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -88,9 +88,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Pro DJ Consoles", description: "Access integrated booking for elite-tier DJ equipment and sound rigs.", icon: Disc, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/professional-dj-mixing-music-nightclub-controller_23-2149176398.jpg", imageAlt: "DJ Controller" }, { imageSrc: "http://img.b2bpic.net/free-photo/night-party-lights-stage_23-2148443907.jpg", imageAlt: "Party Lighting" }] },
|
||||
{ title: "Live Event Vibes", description: "Real-time visual and audio synchronization for unforgettable party experiences.", icon: PartyPopper, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/people-dancing-nightclub-party-with-neon-lights_23-2149176387.jpg", imageAlt: "Dancing Crowd" }, { imageSrc: "http://img.b2bpic.net/free-photo/dj-performance-night-club_23-2149176403.jpg", imageAlt: "Party Atmosphere" }] },
|
||||
{ title: "Creative Visuals", description: "Connect with VJs and light designers to craft stunning stages.", icon: Palette, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-night-party_23-2149176406.jpg", imageAlt: "Visuals" }, { imageSrc: "http://img.b2bpic.net/free-photo/dj-decks-close-up_23-2149176410.jpg", imageAlt: "Mixing" }] },
|
||||
{ title: "Pro DJ Consoles", description: "Access integrated booking for elite-tier DJ equipment and sound rigs.", icon: Disc, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/professional-dj-mixing-music-nightclub-controller_23-2149176398.jpg", imageAlt: "DJ Controller" }, { imageSrc: "http://img.b2bpic.net/free-photo/night-party-lights-stage_23-2148443907.jpg?_wi=2", imageAlt: "Party Lighting" }] },
|
||||
{ title: "Live Event Vibes", description: "Real-time visual and audio synchronization for unforgettable party experiences.", icon: PartyPopper, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/people-dancing-nightclub-party-with-neon-lights_23-2149176387.jpg", imageAlt: "Dancing Crowd" }, { imageSrc: "http://img.b2bpic.net/free-photo/dj-performance-night-club_23-2149176403.jpg?_wi=2", imageAlt: "Party Atmosphere" }] },
|
||||
{ title: "Creative Visuals", description: "Connect with VJs and light designers to craft stunning stages.", icon: Palette, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-night-party_23-2149176406.jpg?_wi=2", imageAlt: "Visuals" }, { imageSrc: "http://img.b2bpic.net/free-photo/dj-decks-close-up_23-2149176410.jpg", imageAlt: "Mixing" }] },
|
||||
]}
|
||||
title="Engineered for Epic Nights"
|
||||
description="Everything you need from high-end gear to expert collaborators to make every party a landmark event."
|
||||
|
||||
Reference in New Issue
Block a user