From 91151f1705aa64ba24854fd1df75b73c82d47810 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 06:49:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 98 +++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 64 deletions(-) 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() { +
+ +
+
@@ -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