4 Commits

Author SHA1 Message Date
3d6c67342d Update theme colors 2026-04-14 06:45:38 +00:00
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
2 changed files with 60 additions and 40 deletions

View File

@@ -2,14 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
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 FooterCard from '@/components/sections/footer/FooterCard';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Disc, Music, Palette, Zap, PartyPopper } from "lucide-react";
export default function LandingPage() {
@@ -55,23 +55,19 @@ export default function LandingPage() {
{
text: "Explore Features", href: "#features"},
]}
imageSrc="http://img.b2bpic.net/free-photo/night-club-dj-playing-music-mixing-tracks-party_23-2149176395.jpg"
imageSrc="http://img.b2bpic.net/free-photo/night-club-dj-playing-music-mixing-tracks-party_23-2149176395.jpg?_wi=1"
imageAlt="Professional DJ console at a party"
showDimOverlay={true}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
<MediaAbout
useInvertedBackground={true}
heading={[
{
type: "text", content: "Where the "},
{
type: "image", src: "http://img.b2bpic.net/free-photo/dj-mixes-music-nightclub_23-2149176392.jpg", alt: "DJ Console"},
{
type: "text", content: " Energy Comes Alive"},
]}
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."
imageSrc="http://img.b2bpic.net/free-photo/dj-mixes-music-nightclub_23-2149176392.jpg"
imageAlt="DJ Console"
/>
</div>
@@ -126,40 +122,64 @@ export default function LandingPage() {
</div>
<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}
testimonial="PulseConnect bridged the gap between our visual team and local DJ talent perfectly. The event quality skyrocketed."
rating={5}
author="DJ Nexus"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/smiling-dj-behind-mixer-console-nightclub_23-2149176391.jpg", alt: "DJ Avatar"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-woman-listening-music-with-headphones-nightclub_23-2149176389.jpg", alt: "Vibe Avatar"},
animationType="depth-3d"
textboxLayout="split"
kpiItems={[
{ value: "500+", label: "Live Events" },
{ value: "120+", label: "Elite DJs" },
{ value: "98%", label: "Satisfaction" }
]}
testimonials={[
{
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"
},
{
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 id="contact" data-section="contact">
<ContactCenter
<ContactSplitForm
useInvertedBackground={true}
background={{
variant: "sparkles-gradient"}}
tag="Book Your Night"
title="Ready to Light the Stage?"
description="Join the network that defines modern nightlife production."
description="Submit your details to join the network that defines modern nightlife production."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name" },
{ 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 id="footer" data-section="footer">
<FooterCard
<FooterBaseReveal
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."
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ff007f;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #00d4ff;
--secondary-cta-text: #0a0a0a;
--accent: #ff007f;
--background-accent: #2d0a1e;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);