6 Commits

Author SHA1 Message Date
f527f289f3 Update src/app/page.tsx 2026-04-14 06:45:18 +00:00
485e1aacd3 Update src/app/page.tsx 2026-04-14 06:44:54 +00:00
8965179292 Merge version_2 into main
Merge version_2 into main
2026-04-14 06:43:07 +00:00
e13881a864 Update src/app/page.tsx 2026-04-14 06:43:04 +00:00
e42d3de66d Merge version_1 into main
Merge version_1 into main
2026-04-14 06:39:48 +00:00
511b095566 Merge version_1 into main
Merge version_1 into main
2026-04-14 06:39:17 +00:00

View File

@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FooterCard from '@/components/sections/footer/FooterCard'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroLogo from '@/components/sections/hero/HeroLogo'; import HeroLogo from '@/components/sections/hero/HeroLogo';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Music, Palette, Zap } from "lucide-react"; import { Disc, Music, Palette, Zap, PartyPopper } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -33,7 +33,7 @@ export default function LandingPage() {
{ {
name: "Home", id: "hero"}, name: "Home", id: "hero"},
{ {
name: "Connect", id: "about"}, name: "About", id: "about"},
{ {
name: "Features", id: "features"}, name: "Features", id: "features"},
{ {
@@ -55,23 +55,19 @@ export default function LandingPage() {
{ {
text: "Explore Features", href: "#features"}, text: "Explore Features", href: "#features"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/3d-music-related-scene_23-2151125290.jpg" imageSrc="http://img.b2bpic.net/free-photo/night-club-dj-playing-music-mixing-tracks-party_23-2149176395.jpg?_wi=1"
imageAlt="Futuristic DJ setup" imageAlt="Professional DJ console at a party"
showDimOverlay={true} showDimOverlay={true}
/> />
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<InlineImageSplitTextAbout <MediaAbout
useInvertedBackground={true} useInvertedBackground={true}
heading={[ title="Where the Energy Comes Alive"
{ description="We provide the pulse for your production. Bringing together top-tier sound, lighting, and performance talent to create legendary club experiences."
type: "text", content: "Uniting the "}, imageSrc="http://img.b2bpic.net/free-photo/dj-mixes-music-nightclub_23-2149176392.jpg"
{ imageAlt="DJ Console"
type: "image", src: "http://img.b2bpic.net/free-photo/abstract-network-interconnected-nodes-lines-black-background_23-2151977502.jpg", alt: "Networking"},
{
type: "text", content: " Creative World"},
]}
/> />
</div> </div>
@@ -82,35 +78,35 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ 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: [ 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: [ 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: [ 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" title="Engineered for Epic Nights"
description="From stage design to sound production, our platform ensures every detail of your event is handled with precision." description="Everything you need from high-end gear to expert collaborators to make every party a landmark event."
/> />
</div> </div>
@@ -119,49 +115,67 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
names={[ names={[
"NeonNights", "SoundWaves", "VibeCreative", "RhythmEvents", "VisualBeat", "NeonStudio", "PulseAgency"]} "PulseBeats", "NeonWave", "VibeProduction", "RhythmSync", "StellarEvent", "SoundCraft", "BeatMakerStudio"]}
title="Trusted by Industry Leaders" title="Loved by Party Promoters"
description="Join the collective of professionals redefining the nightlife experience." description="The preferred platform for those who demand world-class sound and visuals."
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen <TestimonialCardSixteen
title="Hear the Pulse"
description="Don't take our word for it—listen to the pros who run the scene."
useInvertedBackground={false} useInvertedBackground={false}
testimonial="PulseConnect transformed the way I book my visuals. It's the most intuitive interface I've used." animationType="depth-3d"
rating={5} textboxLayout="split"
author="DJ Stellar" kpiItems={[
avatars={[ { value: "500+", label: "Live Events" },
{ { value: "120+", label: "Elite DJs" },
src: "http://img.b2bpic.net/free-photo/black-model-posing_23-2148171769.jpg", alt: "Author 1"}, { value: "98%", label: "Satisfaction" }
{ ]}
src: "http://img.b2bpic.net/free-photo/asian-photographer-sitting-ladder-studio-with-camera-taking-photos-fashion-items_1098-17838.jpg", alt: "Author 2"}, testimonials={[
{ {
src: "http://img.b2bpic.net/free-photo/serious-young-man-concentrated-phone_23-2147689201.jpg", alt: "Author 3"}, id: "t1", name: "DJ Nexus", role: "Resident DJ", company: "Neon Nights", rating: 5,
{ imageSrc: "http://img.b2bpic.net/free-photo/smiling-dj-behind-mixer-console-nightclub_23-2149176391.jpg"
src: "http://img.b2bpic.net/free-photo/software-developer-home-office-coding-desktop-using-ai-powered-script_482257-121012.jpg", alt: "Author 4"}, },
{ {
src: "http://img.b2bpic.net/free-photo/person-with-closed-eyes-lights-against-dark-background_181624-32743.jpg", alt: "Author 5"}, id: "t2", name: "Sarah V", role: "Event Manager", company: "VibeProduction", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-listening-music-with-headphones-nightclub_23-2149176389.jpg"
}
]} ]}
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactSplitForm
useInvertedBackground={true} useInvertedBackground={true}
background={{ title="Ready to Light the Stage?"
variant: "sparkles-gradient"}} description="Submit your details to join the network that defines modern nightlife production."
tag="Get Early Access" inputs={[
title="Join the Beat Revolution" { name: "name", type: "text", placeholder: "Full Name" },
description="Register today to start building your creative network." { name: "email", type: "email", placeholder: "Email Address" }
]}
imageSrc="http://img.b2bpic.net/free-photo/night-club-dj-playing-music-mixing-tracks-party_23-2149176395.jpg?_wi=2"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterBaseReveal
logoText="PulseConnect" logoText="PulseConnect"
columns={[
{
title: "Platform", items: [
{ label: "Events", href: "#" },
{ label: "DJs", href: "#" }
]
},
{
title: "Support", items: [
{ label: "Contact", href: "#contact" },
{ label: "Terms", href: "#" }
]
}
]}
copyrightText="© 2025 PulseConnect. All Rights Reserved." copyrightText="© 2025 PulseConnect. All Rights Reserved."
/> />
</div> </div>