From 972bb8964e5aab463667fb6e0afa0c34569d12fb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:01:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1775fcb..c0f0373 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" + }} /> @@ -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() { @@ -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" /> -- 2.49.1