Merge version_1 into main #1
@@ -33,7 +33,8 @@ export default function LandingPage() {
|
||||
{ name: "Contact", id: "footer" },
|
||||
]}
|
||||
button={{
|
||||
text: "Book Your Event", href: "contact"}}
|
||||
text: "Book Your Event", href: "contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -46,7 +47,8 @@ export default function LandingPage() {
|
||||
imageAlt="The White Lotus luxury bartending logo"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Event", href: "contact"},
|
||||
text: "Book Your Event", href: "contact"
|
||||
},
|
||||
]}
|
||||
className="min-h-screen flex items-center justify-center"
|
||||
containerClassName=""
|
||||
@@ -62,7 +64,8 @@ export default function LandingPage() {
|
||||
<TextSplitAbout
|
||||
title="About Us"
|
||||
description={[
|
||||
"The White Lotus delivers luxury mobile bartending for weddings, private parties, corporate events, and exclusive gatherings.", "Our focus is precision, elegance, and unforgettable guest experiences. We bring craft cocktails and refined hospitality directly to your celebration."]}
|
||||
"The White Lotus delivers luxury mobile bartending for weddings, private parties, corporate events, and exclusive gatherings.", "Our focus is precision, elegance, and unforgettable guest experiences. We bring craft cocktails and refined hospitality directly to your celebration."
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
showBorder={false}
|
||||
titleClassName="text-5xl md:text-6xl tracking-tight"
|
||||
@@ -80,14 +83,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Weddings", description: "Elegant bartending service for your special day, crafted to complement your celebration.", imageSrc: "http://img.b2bpic.net/free-photo/woman-pours-whisky-glasses-table-with-sweets-alcohol_8353-617.jpg", imageAlt: "Luxury wedding bar setup"},
|
||||
title: "Weddings", description: "Elegant bartending service for your special day, crafted to complement your celebration.", imageSrc: "http://img.b2bpic.net/free-photo/woman-pours-whisky-glasses-table-with-sweets-alcohol_8353-617.jpg", imageAlt: "Luxury wedding bar setup"
|
||||
},
|
||||
{
|
||||
title: "Private Events", description: "Sophisticated mobile bar service for intimate gatherings and exclusive parties.", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-negotiations-men-with-alcohol-sitting-table-friends-are-talking_1157-43462.jpg", imageAlt: "Professional bartender in action"},
|
||||
title: "Private Events", description: "Sophisticated mobile bar service for intimate gatherings and exclusive parties.", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-negotiations-men-with-alcohol-sitting-table-friends-are-talking_1157-43462.jpg", imageAlt: "Professional bartender in action"
|
||||
},
|
||||
{
|
||||
title: "Corporate Events", description: "Premium bartending for corporate functions, conferences, and business celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/glass-tequila-with-fruit-top_114579-2419.jpg", imageAlt: "Luxury craft cocktail presentation"},
|
||||
title: "Corporate Events", description: "Premium bartending for corporate functions, conferences, and business celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/glass-tequila-with-fruit-top_114579-2419.jpg", imageAlt: "Luxury craft cocktail presentation"
|
||||
},
|
||||
]}
|
||||
titleClassName="text-4xl md:text-5xl tracking-tight"
|
||||
descriptionClassName="text-base opacity-80"
|
||||
cardTitleClassName="text-4xl md:text-5xl tracking-tight"
|
||||
cardDescriptionClassName="text-base opacity-80"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,12 +107,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Signature Cocktails", description: "Bespoke craft cocktails created exclusively for your event.", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-making-delicious-cocktail_23-2149093573.jpg", imageAlt: "Premium craft cocktail service"},
|
||||
title: "Signature Cocktails", description: "Bespoke craft cocktails created exclusively for your event.", imageSrc: "http://img.b2bpic.net/free-photo/male-bartender-making-delicious-cocktail_23-2149093573.jpg", imageAlt: "Premium craft cocktail service"
|
||||
},
|
||||
{
|
||||
title: "Professional Bartenders", description: "Experienced mixologists dedicated to excellence.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-woman-using-tablet-department-store_1098-20654.jpg", imageAlt: "Luxury bartending expertise"},
|
||||
title: "Professional Bartenders", description: "Experienced mixologists dedicated to excellence.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-woman-using-tablet-department-store_1098-20654.jpg", imageAlt: "Luxury bartending expertise"
|
||||
},
|
||||
]}
|
||||
titleClassName="text-4xl md:text-5xl tracking-tight"
|
||||
descriptionClassName="text-base opacity-80"
|
||||
cardTitleClassName="text-4xl md:text-5xl tracking-tight"
|
||||
cardDescriptionClassName="text-base opacity-80"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user