diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dc90d7..1881960 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Learn More", href: "about" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-drinking-whiskey_1303-19849.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-drinking-whiskey_1303-19849.jpg" imageAlt="Elite Lounge luxury retail experience" mediaAnimation="slide-up" imagePosition="right" @@ -73,13 +73,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Signature Collection Item", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg?_wi=1", imageAlt: "Premium luxury product" + id: "1", name: "Signature Collection Item", price: "$149.99", imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409249.jpg", imageAlt: "Premium luxury product" }, { - id: "2", name: "Exclusive Wellness Product", price: "$189.99", imageSrc: "http://img.b2bpic.net/free-photo/sale-shopping-fashion-style-people-concept-elegant-young-man-choosing-footwear-mall_1157-48892.jpg?_wi=1", imageAlt: "Luxury wellness item" + id: "2", name: "Exclusive Wellness Product", price: "$189.99", imageSrc: "http://img.b2bpic.net/free-photo/sale-shopping-fashion-style-people-concept-elegant-young-man-choosing-footwear-mall_1157-48892.jpg", imageAlt: "Luxury wellness item" }, { - id: "3", name: "Premium Experience Set", price: "$249.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094178.jpg?_wi=1", imageAlt: "Exclusive premium collection" + id: "3", name: "Premium Experience Set", price: "$249.99", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-composition-spa-bath-concept_23-2148094178.jpg", imageAlt: "Exclusive premium collection" } ]} /> @@ -89,6 +89,7 @@ export default function LandingPage() { @@ -138,22 +139,22 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Marcus R.", handle: "@sophisticated_taste", testimonial: "Elite Lounge delivers premium quality with absolute discretion. The customer service is exceptional and the delivery was discreetly handled. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Marcus R." + id: "1", name: "Marcus R.", handle: "@sophisticated_taste", testimonial: "Elite Lounge delivers premium quality with absolute discretion. The customer service is exceptional and the delivery was discreetly handled. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus R." }, { - id: "2", name: "David K.", handle: "@confident_gentleman", testimonial: "Best online shopping experience I've had. Premium products, secure ordering, and the packaging was perfectly discreet. Will definitely order again.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David K." + id: "2", name: "David K.", handle: "@confident_gentleman", testimonial: "Best online shopping experience I've had. Premium products, secure ordering, and the packaging was perfectly discreet. Will definitely order again.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David K." }, { - id: "3", name: "James T.", handle: "@quality_first", testimonial: "The attention to detail and quality is outstanding. Every product exceeded my expectations. Elite Lounge is my go-to destination.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "James T." + id: "3", name: "James T.", handle: "@quality_first", testimonial: "The attention to detail and quality is outstanding. Every product exceeded my expectations. Elite Lounge is my go-to destination.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James T." }, { id: "4", name: "Christopher L.", handle: "@discerning_shopper", testimonial: "Finally found a place that understands discretion and quality. The 24/7 availability is perfect for my schedule. Excellent service all around.", imageSrc: "http://img.b2bpic.net/free-photo/dark-blonde-bearded-man-crosses-his-hands-chest-posing-black-shirt_8353-1116.jpg", imageAlt: "Christopher L." }, { - id: "5", name: "Robert M.", handle: "@premium_lifestyle", testimonial: "The customer support team is knowledgeable and respectful. I felt comfortable asking questions about products. This is how adult retail should be.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Robert M." + id: "5", name: "Robert M.", handle: "@premium_lifestyle", testimonial: "The customer support team is knowledgeable and respectful. I felt comfortable asking questions about products. This is how adult retail should be.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert M." }, { - id: "6", name: "Andrew P.", handle: "@savvy_gentleman", testimonial: "Open on February 23rd when everywhere else is closed? That's the kind of service I expect. Quality products, professional handling, completely satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Andrew P." + id: "6", name: "Andrew P.", handle: "@savvy_gentleman", testimonial: "Open on February 23rd when everywhere else is closed? That's the kind of service I expect. Quality products, professional handling, completely satisfied.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Andrew P." } ]} speed={40} @@ -171,7 +172,6 @@ export default function LandingPage() { textboxLayout="default" animationType="slide-up" useInvertedBackground={true} - gridVariant="uniform-all-items-equal" plans={[ { id: "starter", badge: "Popular Choice", badgeIcon: Sparkles,