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() {
@@ -247,33 +114,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "1", - value: "4.2", - title: "Average Rating", - items: [ - "Based on 9 reviews", - "Consistently improving", - ], - }, - { - id: "2", - value: "100%", - title: "Vibe Score", - items: [ - "First class music", - "Cozy atmosphere", - ], - }, - { - id: "3", - value: "Daily", - title: "Service", - items: [ - "Staff dedicated", - "First class attention", - ], - }, + { id: "1", value: "4.2", title: "Average Rating", items: ["Based on 9 reviews", "Consistently improving"] }, + { id: "2", value: "100%", title: "Vibe Score", items: ["First class music", "Cozy atmosphere"] }, + { id: "3", value: "Daily", title: "Service", items: ["Staff dedicated", "First class attention"] }, ]} title="Quality Assured" description="Consistently delivering high-quality experiences for our valued guests." @@ -287,48 +130,12 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Gourmet Bites", - price: "40k", - variant: "Small Plate", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-cheeseburger-black-gloves_140725-9620.jpg", - }, - { - id: "p2", - name: "Signature Cocktail", - price: "25k", - variant: "Drink", - imageSrc: "http://img.b2bpic.net/free-photo/pair-cocktails-table_140725-4362.jpg", - }, - { - id: "p3", - name: "Night Out Platter", - price: "80k", - variant: "Sharing", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg", - }, - { - id: "p4", - name: "Grilled Skewers", - price: "35k", - variant: "Appetizer", - imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg", - }, - { - id: "p5", - name: "Premium Whiskey", - price: "60k", - variant: "Spirits", - imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-rose-cocktail-glass-bar-table_627829-6487.jpg", - }, - { - id: "p6", - name: "Club Special", - price: "50k", - variant: "Special", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-homemade-pancakes-biscuits-wooden-cutting-board-blue-backgound_140725-54206.jpg", - }, + { id: "p1", name: "Gourmet Bites", price: "40k", variant: "Small Plate", imageSrc: "http://img.b2bpic.net/free-photo/fresh-cheeseburger-black-gloves_140725-9620.jpg" }, + { id: "p2", name: "Signature Cocktail", price: "25k", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/pair-cocktails-table_140725-4362.jpg" }, + { id: "p3", name: "Night Out Platter", price: "80k", variant: "Sharing", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg" }, + { id: "p4", name: "Grilled Skewers", price: "35k", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/pasta-topped-with-walnuts-olives_140725-3500.jpg" }, + { id: "p5", name: "Premium Whiskey", price: "60k", variant: "Spirits", imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-rose-cocktail-glass-bar-table_627829-6487.jpg" }, + { id: "p6", name: "Club Special", price: "50k", variant: "Special", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-homemade-pancakes-biscuits-wooden-cutting-board-blue-backgound_140725-54206.jpg" }, ]} title="Our Offerings" description="Explore our curated selection of fine drinks and appetizers." @@ -340,34 +147,20 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "q1", - title: "Where are you located?", - content: "We are located in the heart of Kampala, the new kid on the block.", - }, - { - id: "q2", - title: "Do I need a reservation?", - content: "Reservations are recommended on weekends but walk-ins are always welcome.", - }, - { - id: "q3", - title: "What are your operating hours?", - content: "We are open daily for evenings and nightlife fun.", - }, + { id: "q1", title: "Where are you located?", content: "We are located in the heart of Kampala, the new kid on the block." }, + { id: "q2", title: "Do I need a reservation?", content: "Reservations are recommended on weekends but walk-ins are always welcome." }, + { id: "q3", title: "What are your operating hours?", content: "We are open daily for evenings and nightlife fun." }, ]} + faqsAnimation="slide-up" title="Common Questions" description="Get quick answers to the most frequently asked questions." - faqsAnimation="slide-up" />
@@ -414,4 +179,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file