@@ -137,67 +84,31 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Wedding Excellence",
- description: "Seamless transitions and custom playlists for your big day.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/2018-new-year-party-with-girl-dancing_23-2147714233.jpg",
- imageAlt: "wedding dance floor neon",
- },
+ title: "Wedding Excellence", description: "Seamless transitions and custom playlists for your big day.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/2018-new-year-party-with-girl-dancing_23-2147714233.jpg", imageAlt: "wedding dance floor neon"},
items: [
- {
- icon: Heart,
- text: "Personalized Music",
- },
- {
- icon: Sparkles,
- text: "Professional MCing",
- },
+ { icon: Heart, text: "Personalized Music" },
+ { icon: Sparkles, text: "Professional MCing" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/musician-feeling-clueless-uncertain-while-he-plays-piano-notes_482257-121282.jpg?_wi=2",
- imageAlt: "wedding dance floor neon",
+ reverse: false
},
{
- title: "Club & Festivals",
- description: "High-octane sets featuring cutting-edge beats and transitions.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-loving-each-other-surrounded-by-neon-lights-shot-with-slow-shutter_181624-1691.jpg",
- imageAlt: "club party event atmosphere",
- },
+ title: "Club & Festivals", description: "High-octane sets featuring cutting-edge beats and transitions.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-loving-each-other-surrounded-by-neon-lights-shot-with-slow-shutter_181624-1691.jpg", imageAlt: "club party event atmosphere"},
items: [
- {
- icon: Zap,
- text: "High-Energy Mixes",
- },
- {
- icon: Music,
- text: "Beatmatching",
- },
+ { icon: Zap, text: "High-Energy Mixes" },
+ { icon: Music, text: "Beatmatching" },
],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/disturb-me-studio-shot-dark-studio-with-neon-light-portrait-serious-man_146671-17079.jpg",
- imageAlt: "wedding dance floor neon",
+ reverse: true
},
{
- title: "Private Functions",
- description: "Birthday parties, corporate events, and exclusive gatherings.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-couch-drinking-wine-party-celebration_23-2148037516.jpg",
- imageAlt: "private event celebration club",
- },
+ title: "Private Functions", description: "Birthday parties, corporate events, and exclusive gatherings.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-couch-drinking-wine-party-celebration_23-2148037516.jpg", imageAlt: "private event celebration club"},
items: [
- {
- icon: Users,
- text: "Tailored Vibe",
- },
- {
- icon: Calendar,
- text: "Flexible Booking",
- },
+ { icon: Users, text: "Tailored Vibe" },
+ { icon: Calendar, text: "Flexible Booking" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-portrait_23-2149005398.jpg",
- imageAlt: "wedding dance floor neon",
+ reverse: false
},
]}
title="Curated Soundscapes"
@@ -212,42 +123,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
- {
- id: "1",
- name: "Live Club Night",
- price: "Energy",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-crowd-taking-picture-stage-music-festival_342744-560.jpg",
- },
- {
- id: "2",
- name: "DJ Setup",
- price: "Precision",
- imageSrc: "http://img.b2bpic.net/free-photo/hands-fashion-african-american-man-model-dj-red-suit-with-dj-controller_627829-13031.jpg",
- },
- {
- id: "3",
- name: "Club Night Lights",
- price: "Atmosphere",
- imageSrc: "http://img.b2bpic.net/free-photo/colorful-blurry-lights-background_23-2147815418.jpg",
- },
- {
- id: "4",
- name: "Mixing Magic",
- price: "Skill",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-bokeh-light_74190-1295.jpg",
- },
- {
- id: "5",
- name: "Crowd Aerial",
- price: "Vibe",
- imageSrc: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149489816.jpg",
- },
- {
- id: "6",
- name: "Stage Show",
- price: "Showmanship",
- imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-with-light-star_1296-485.jpg",
- },
+ { id: "1", name: "Live Club Night", price: "Energy", imageSrc: "http://img.b2bpic.net/free-photo/woman-crowd-taking-picture-stage-music-festival_342744-560.jpg" },
+ { id: "2", name: "DJ Setup", price: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/hands-fashion-african-american-man-model-dj-red-suit-with-dj-controller_627829-13031.jpg" },
+ { id: "3", name: "Club Night Lights", price: "Atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/colorful-blurry-lights-background_23-2147815418.jpg" },
+ { id: "4", name: "Mixing Magic", price: "Skill", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-bokeh-light_74190-1295.jpg" },
+ { id: "5", name: "Crowd Aerial", price: "Vibe", imageSrc: "http://img.b2bpic.net/free-photo/teenager-light-movie-projector_23-2149489816.jpg" },
+ { id: "6", name: "Stage Show", price: "Showmanship", imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-with-light-star_1296-485.jpg" },
]}
title="Party Highlights"
description="A glimpse into the energy, lights, and sounds that make every JXSON performance a hit."
@@ -260,46 +141,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah Miller",
- handle: "@smiller",
- testimonial: "Best DJ I've ever booked. Kept the dancefloor alive all night!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner-keyboard-top-view_23-2148652099.jpg",
- },
- {
- id: "2",
- name: "James Bond",
- handle: "@jbond",
- testimonial: "JXSON brought the club energy to our private event. Unmatched.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/business-woman-vening-street_1303-3838.jpg",
- },
- {
- id: "3",
- name: "Emily Watson",
- handle: "@ewatson",
- testimonial: "Professional, easy to work with, and an amazing playlist.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-floral-centerpiece-wedding-reception_637285-5649.jpg",
- },
- {
- id: "4",
- name: "David Clark",
- handle: "@dclark",
- testimonial: "The atmosphere he created for my birthday was legendary.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/person-celebrating-birthday-office_23-2149334840.jpg",
- },
- {
- id: "5",
- name: "Laura Green",
- handle: "@lgreen",
- testimonial: "JXSON is a true master of crowd control. Simply incredible.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-jacket-posing-restaurant_627829-4945.jpg",
- },
+ { id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "Best DJ I've ever booked. Kept the dancefloor alive all night!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/wedding-planner-keyboard-top-view_23-2148652099.jpg" },
+ { id: "2", name: "James Bond", handle: "@jbond", testimonial: "JXSON brought the club energy to our private event. Unmatched.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-vening-street_1303-3838.jpg" },
+ { id: "3", name: "Emily Watson", handle: "@ewatson", testimonial: "Professional, easy to work with, and an amazing playlist.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-floral-centerpiece-wedding-reception_637285-5649.jpg" },
+ { id: "4", name: "David Clark", handle: "@dclark", testimonial: "The atmosphere he created for my birthday was legendary.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-celebrating-birthday-office_23-2149334840.jpg" },
+ { id: "5", name: "Laura Green", handle: "@lgreen", testimonial: "JXSON is a true master of crowd control. Simply incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-african-american-woman-jacket-posing-restaurant_627829-4945.jpg" },
]}
showRating={true}
title="What the Crowd Says"
@@ -310,36 +156,22 @@ export default function LandingPage() {
@@ -349,29 +181,15 @@ export default function LandingPage() {
logoText="JXSON"
columns={[
{
- title: "Explore",
- items: [
- {
- label: "Services",
- href: "#services",
- },
- {
- label: "Booking",
- href: "#booking",
- },
+ title: "Explore", items: [
+ { label: "Services", href: "#services" },
+ { label: "Booking", href: "#booking" },
],
},
{
- title: "Social",
- items: [
- {
- label: "Instagram",
- href: "#",
- },
- {
- label: "Twitter",
- href: "#",
- },
+ title: "Social", items: [
+ { label: "Instagram", href: "#" },
+ { label: "Twitter", href: "#" },
],
},
]}