Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-18 17:02:44 +00:00

View File

@@ -53,25 +53,25 @@ export default function LandingPage() {
testimonials={[
{
name: "Julian R.", handle: "@jules", testimonial: "The best nightlife experience in years. Unmatched vibe.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/transparent-plastic-chair-made-victorian-style_1304-3342.jpg", imageAlt: "luxury night club interior dark"},
imageSrc: "http://img.b2bpic.net/free-photo/transparent-plastic-chair-made-victorian-style_1304-3342.jpg?_wi=1", imageAlt: "luxury night club interior dark"},
{
name: "Sara K.", handle: "@sarak", testimonial: "Sophisticated, loud, and incredibly fun. A total centurion experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182555.jpg", imageAlt: "luxury night club interior dark"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182555.jpg?_wi=1", imageAlt: "luxury night club interior dark"},
{
name: "Marcus L.", handle: "@m_levin", testimonial: "VIP service is top-notch. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974217.jpg", imageAlt: "luxury night club interior dark"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974217.jpg?_wi=1", imageAlt: "luxury night club interior dark"},
{
name: "Elena V.", handle: "@elena_v", testimonial: "The atmosphere is electric. Best club in the city.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg", imageAlt: "luxury night club interior dark"},
{
name: "David B.", handle: "@db_88", testimonial: "Incredible sound quality, definitely coming back.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-silver-bottle-with-champagne-party-globe_23-2148339633.jpg", imageAlt: "luxury night club interior dark"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-silver-bottle-with-champagne-party-globe_23-2148339633.jpg?_wi=1", imageAlt: "luxury night club interior dark"},
]}
buttons={[
{
text: "Book VIP Table", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/transparent-plastic-chair-made-victorian-style_1304-3342.jpg"
imageSrc="http://img.b2bpic.net/free-photo/transparent-plastic-chair-made-victorian-style_1304-3342.jpg?_wi=2"
mediaAnimation="slide-up"
avatars={[
{
@@ -109,7 +109,7 @@ export default function LandingPage() {
features={[
{
title: "World-Class Sound", description: "Cutting edge audio systems tuned for maximum immersion.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182555.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-optical-fiber-detail_23-2149182555.jpg?_wi=2"},
items: [
{
icon: Music,
@@ -119,7 +119,7 @@ export default function LandingPage() {
},
{
title: "Signature Mixology", description: "Expert bartenders crafting premium spirits into liquid art.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974217.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974217.jpg?_wi=2"},
items: [
{
icon: Martini,
@@ -129,7 +129,7 @@ export default function LandingPage() {
},
{
title: "Elite VIP Access", description: "Exclusive table service with private security and service.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-silver-bottle-with-champagne-party-globe_23-2148339633.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-silver-bottle-with-champagne-party-globe_23-2148339633.jpg?_wi=2"},
items: [
{
icon: Crown,
@@ -151,7 +151,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Dom Pérignon", price: "$800", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/side-view-silver-bottle-with-champagne-party-globe_23-2148339633.jpg"},
id: "1", name: "Dom Pérignon", price: "$800", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/side-view-silver-bottle-with-champagne-party-globe_23-2148339633.jpg?_wi=3"},
{
id: "2", name: "Grey Goose Magnum", price: "$500", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974249.jpg"},
{