diff --git a/src/app/page.tsx b/src/app/page.tsx index ff6bcd9..aaa4e27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,28 +31,14 @@ export default function LandingPage() {
@@ -61,69 +47,19 @@ export default function LandingPage() { title="Kampala's Newest Nightlife Gem" description="Experience unparalleled coziness and world-class service in the heart of the city. A refined night out, every time." testimonials={[ - { - name: "Aggrey Wizzy", - handle: "@aggrey", - testimonial: "The best atmosphere in Kampala. Five star service!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg?_wi=1", - imageAlt: "luxury night club interior dark", - }, - { - name: "Ronald M.", - handle: "@ronaldm", - testimonial: "Cozy, classy, and consistent. Alfred provided first-class service.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg?_wi=1", - imageAlt: "luxury night club interior dark", - }, - { - name: "MC Easyman", - handle: "@mceasyman", - testimonial: "Top tier vibe, will definitely return again.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-3908.jpg?_wi=1", - imageAlt: "luxury night club interior dark", - }, - { - name: "Sarah K.", - handle: "@sarahk", - testimonial: "Absolutely obsessed with the interior design here.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/department-coffee-supermarket-photo-your-advertising_185193-110563.jpg?_wi=1", - imageAlt: "luxury night club interior dark", - }, - { - name: "David O.", - handle: "@david", - testimonial: "Great service, great music, great location.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg?_wi=1", - imageAlt: "luxury night club interior dark", - }, + { name: "Aggrey Wizzy", handle: "@aggrey", testimonial: "The best atmosphere in Kampala. Five star service!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg", imageAlt: "luxury night club interior dark" }, + { name: "Ronald M.", handle: "@ronaldm", testimonial: "Cozy, classy, and consistent. Alfred provided first-class service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg", imageAlt: "luxury night club interior dark" }, + { name: "MC Easyman", handle: "@mceasyman", testimonial: "Top tier vibe, will definitely return again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-3908.jpg", imageAlt: "luxury night club interior dark" }, + { name: "Sarah K.", handle: "@sarahk", testimonial: "Absolutely obsessed with the interior design here.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/department-coffee-supermarket-photo-your-advertising_185193-110563.jpg", imageAlt: "luxury night club interior dark" }, + { name: "David O.", handle: "@david", testimonial: "Great service, great music, great location.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg", imageAlt: "luxury night club interior dark" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232839.jpg", - alt: "Guest 1", - }, - { - src: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-drink_23-2149734973.jpg", - alt: "Guest 2", - }, - { - src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-men-outdoors_23-2149143988.jpg", - alt: "Guest 3", - }, - { - src: "http://img.b2bpic.net/free-photo/man-consuming-snacks-being-amused-by-hilarious-joke-film-scene_482257-92209.jpg", - alt: "Guest 4", - }, - { - src: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", - alt: "Guest 5", - }, + { src: "http://img.b2bpic.net/free-photo/beautiful-mature-woman-having-fun-time_23-2149232839.jpg", alt: "Guest 1" }, + { src: "http://img.b2bpic.net/free-photo/side-view-smiley-woman-holding-drink_23-2149734973.jpg", alt: "Guest 2" }, + { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-men-outdoors_23-2149143988.jpg", alt: "Guest 3" }, + { src: "http://img.b2bpic.net/free-photo/man-consuming-snacks-being-amused-by-hilarious-joke-film-scene_482257-92209.jpg", alt: "Guest 4" }, + { src: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", alt: "Guest 5" }, ]} avatarText="Join 500+ happy night owls" /> @@ -134,9 +70,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your New Home in the City" description={[ - "Black Panther is more than just a place for drinks; it is a meticulously crafted environment designed for those who appreciate comfort, quality, and community.", - "From the carefully selected music to our dedicated staff, we strive to make every night out a memorable experience that feels both exciting and personal.", - ]} + "Black Panther is more than just a place for drinks; it is a meticulously crafted environment designed for those who appreciate comfort, quality, and community.", "From the carefully selected music to our dedicated staff, we strive to make every night out a memorable experience that feels both exciting and personal."]} /> @@ -145,45 +79,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - features={[ - { - title: "Premium Service", - description: "Dedicated staff ensuring every need is met with warmth and professionalism.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-3908.jpg?_wi=2", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/young-curly-woman-enjoying-her-wine-bar_627829-6909.jpg?_wi=3", - imageAlt: "professional cocktail service night", - }, - { - title: "Exceptional Sound", - description: "Curated playlists and live sets designed for the perfect night out.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/department-coffee-supermarket-photo-your-advertising_185193-110563.jpg?_wi=2", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-couple-spending-time-together-night_23-2149328362.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg?_wi=2", - imageAlt: "professional cocktail service night", - }, - { - title: "Cozy Interiors", - description: "Intimate lounge seating perfect for conversations and celebrations alike.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg?_wi=2", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-handsome-man-standing-night-street-illuminated-signboards-neon-lights_613910-20562.jpg", - }, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-night-street_1303-17063.jpg?_wi=1", - imageAlt: "professional cocktail service night", - }, - ]} showStepNumbers={false} + features={[ + { title: "Premium Service", description: "Dedicated staff ensuring every need is met with warmth and professionalism.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/charming-brunette-black-dress-is-standing-by-her-man-who-sits-table-luxury-restaurant_613910-3908.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/red-brown-restaurant_400718-10.jpg" } }, + { title: "Exceptional Sound", description: "Curated playlists and live sets designed for the perfect night out.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/department-coffee-supermarket-photo-your-advertising_185193-110563.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/young-couple-spending-time-together-night_23-2149328362.jpg" } }, + { title: "Cozy Interiors", description: "Intimate lounge seating perfect for conversations and celebrations alike.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-modern-decoration-inside-building-with-escalators-brussels-belgium_181624-43247.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-handsome-man-standing-night-street-illuminated-signboards-neon-lights_613910-20562.jpg" } }, + ]} title="Elevated Experience" description="Discover the unique touches that set us apart from the rest of the nightlife scene." /> @@ -191,51 +92,17 @@ export default function LandingPage() {