diff --git a/src/app/page.tsx b/src/app/page.tsx
index bb13d24..cad20c3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,6 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
+import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import { Disc, Music, Palette, Zap, PartyPopper } from "lucide-react";
export default function LandingPage() {
@@ -30,16 +31,12 @@ export default function LandingPage() {
@@ -50,10 +47,8 @@ export default function LandingPage() {
logoText="PulseConnect"
description="The ultimate nexus for DJs, visual artists, and event visionaries. Sync your creativity, find your stage, and light up the night."
buttons={[
- {
- text: "Get Started", href: "#contact"},
- {
- text: "Explore Features", href: "#features"},
+ { text: "Get Started", href: "#contact" },
+ { text: "Explore Features", href: "#features" },
]}
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"
@@ -61,6 +56,22 @@ export default function LandingPage() {
/>
+
+
@@ -134,14 +120,8 @@ export default function LandingPage() {
{ 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"
- }
+ { 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" }
]}
/>
@@ -163,18 +143,8 @@ export default function LandingPage() {
@@ -182,4 +152,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file