Update src/app/page.tsx
This commit is contained in:
@@ -56,19 +56,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah & Mike", handle: "@slimempire", testimonial: "DJ Slim King made our wedding night absolutely legendary. The energy was electric!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-warm-colors-with-copy-space_23-2148241381.jpg", imageAlt: "luxury gold bokeh background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blurred-warm-colors-with-copy-space_23-2148241381.jpg?_wi=1", imageAlt: "luxury gold bokeh background"},
|
||||
{
|
||||
name: "James K.", handle: "@slimempire", testimonial: "The best sound and lighting in Boston. Professional and truly cinematic.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-dj-working-studio_181624-26201.jpg", imageAlt: "luxury gold bokeh background"},
|
||||
{
|
||||
name: "Lena R.", handle: "@slimempire", testimonial: "360 booth was a hit! Everyone loved the energy and service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dj-equipment-electronics_23-2149658375.jpg", imageAlt: "luxury gold bokeh background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-dj-equipment-electronics_23-2149658375.jpg?_wi=1", imageAlt: "luxury gold bokeh background"},
|
||||
{
|
||||
name: "Marcus V.", handle: "@slimempire", testimonial: "Unmatched professionalism for our corporate gala.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-tunnel-corridor-with-neon-glowing-lights-3d-rendering-background-wallpaper_181624-27817.jpg", imageAlt: "luxury gold bokeh background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-tunnel-corridor-with-neon-glowing-lights-3d-rendering-background-wallpaper_181624-27817.jpg?_wi=1", imageAlt: "luxury gold bokeh background"},
|
||||
{
|
||||
name: "Jenny D.", handle: "@slimempire", testimonial: "A true master of the craft. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-with-megaphone-carnival-party_23-2148412847.jpg", imageAlt: "luxury gold bokeh background"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-with-megaphone-carnival-party_23-2148412847.jpg?_wi=1", imageAlt: "luxury gold bokeh background"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "View Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-warm-colors-with-copy-space_23-2148241381.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-warm-colors-with-copy-space_23-2148241381.jpg?_wi=2"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/colorful-lights-background-with-copyspace_23-2147815278.jpg", alt: "Luxury event guest portrait 1"},
|
||||
@@ -133,11 +133,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "DJ Services", description: "Professional mixing for African, Caribbean, and luxury events.", imageSrc: "http://img.b2bpic.net/free-photo/view-dj-equipment-electronics_23-2149658375.jpg"},
|
||||
title: "DJ Services", description: "Professional mixing for African, Caribbean, and luxury events.", imageSrc: "http://img.b2bpic.net/free-photo/view-dj-equipment-electronics_23-2149658375.jpg?_wi=2"},
|
||||
{
|
||||
title: "LED Dance Floor", description: "High-tech interactive floors that transform any space.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-tunnel-corridor-with-neon-glowing-lights-3d-rendering-background-wallpaper_181624-27817.jpg"},
|
||||
title: "LED Dance Floor", description: "High-tech interactive floors that transform any space.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-tunnel-corridor-with-neon-glowing-lights-3d-rendering-background-wallpaper_181624-27817.jpg?_wi=2"},
|
||||
{
|
||||
title: "360 Photo Booth", description: "Immersive 360-degree capture for unforgettable memories.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-with-megaphone-carnival-party_23-2148412847.jpg"},
|
||||
title: "360 Photo Booth", description: "Immersive 360-degree capture for unforgettable memories.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-with-megaphone-carnival-party_23-2148412847.jpg?_wi=2"},
|
||||
{
|
||||
title: "Cold Sparks", description: "Cinematic pyrotechnics for grand entrances and highlights.", imageSrc: "http://img.b2bpic.net/free-photo/dress-holding-happy-celebration-young_1304-988.jpg"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user