From e13881a8647af36f9879b6da24436a206acf04f2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 06:43:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 64 ++++++++++++++++++++++-------------------------- 1 file changed, 29 insertions(+), 35 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2aaacd7..2368a76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Music, Palette, Zap } from "lucide-react"; +import { Disc, Music, Palette, Zap, PartyPopper } from "lucide-react"; export default function LandingPage() { return ( @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "Home", id: "hero"}, { - name: "Connect", id: "about"}, + name: "About", id: "about"}, { name: "Features", id: "features"}, { @@ -55,8 +55,8 @@ export default function LandingPage() { { text: "Explore Features", href: "#features"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-music-related-scene_23-2151125290.jpg" - imageAlt="Futuristic DJ setup" + imageSrc="http://img.b2bpic.net/free-photo/night-club-dj-playing-music-mixing-tracks-party_23-2149176395.jpg" + imageAlt="Professional DJ console at a party" showDimOverlay={true} /> @@ -66,11 +66,11 @@ export default function LandingPage() { useInvertedBackground={true} heading={[ { - type: "text", content: "Uniting the "}, + type: "text", content: "Where the "}, { - type: "image", src: "http://img.b2bpic.net/free-photo/abstract-network-interconnected-nodes-lines-black-background_23-2151977502.jpg", alt: "Networking"}, + type: "image", src: "http://img.b2bpic.net/free-photo/dj-mixes-music-nightclub_23-2149176392.jpg", alt: "DJ Console"}, { - type: "text", content: " Creative World"}, + type: "text", content: " Energy Comes Alive"}, ]} /> @@ -82,35 +82,35 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Smart Scheduling", description: "Automated bookings and management tools for event organizers.", icon: Zap, + 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/operations-manager-develops-sales-strategies-targets_482257-90826.jpg", imageAlt: "Dashboard"}, + 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/business-people-checking-appointment-personal-organizer-schedule_53876-132742.jpg", imageAlt: "Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-photo/night-party-lights-stage_23-2148443907.jpg", imageAlt: "Party Lighting"}, ], }, { - title: "Creative Marketplace", description: "Find graphic designers and visual artists ready to elevate your brand.", icon: Palette, + 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/laptops-blue-red-neon-like-ab-test-split-testing-interface_169016-70829.jpg", imageAlt: "Studio"}, + 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/digital-training-innovation-concept-with-futuristic-interface-screens_1134-352.jpg", imageAlt: "Studio"}, + imageSrc: "http://img.b2bpic.net/free-photo/dj-performance-night-club_23-2149176403.jpg", imageAlt: "Party Atmosphere"}, ], }, { - title: "Live Visual Sync", description: "Real-time collaboration tools for DJs and VJs to sync beats and visuals.", icon: Music, + title: "Creative Visuals", description: "Connect with VJs and light designers to craft stunning stages.", icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-organization-management-remind-concept_53876-167126.jpg", imageAlt: "Music"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-neon-lights-night-party_23-2149176406.jpg", imageAlt: "Visuals"}, { - imageSrc: "http://img.b2bpic.net/free-photo/four-displays-presenting-financial-data-stock-market-broker-home_482257-29617.jpg", imageAlt: "Music"}, + imageSrc: "http://img.b2bpic.net/free-photo/dj-decks-close-up_23-2149176410.jpg", imageAlt: "Mixing"}, ], }, ]} - title="Powering Seamless Collaborations" - description="From stage design to sound production, our platform ensures every detail of your event is handled with precision." + title="Engineered for Epic Nights" + description="Everything you need from high-end gear to expert collaborators to make every party a landmark event." /> @@ -119,29 +119,23 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "NeonNights", "SoundWaves", "VibeCreative", "RhythmEvents", "VisualBeat", "NeonStudio", "PulseAgency"]} - title="Trusted by Industry Leaders" - description="Join the collective of professionals redefining the nightlife experience." + "PulseBeats", "NeonWave", "VibeProduction", "RhythmSync", "StellarEvent", "SoundCraft", "BeatMakerStudio"]} + title="Loved by Party Promoters" + description="The preferred platform for those who demand world-class sound and visuals." />
@@ -168,4 +162,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1