From 7b038f4bc792dd9eb092942ae5b9f6d17255cec3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:02:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3c8555..9c8ba50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/part-home-kitchen-table-setting-with-gray-plates-bouquet-vase_169016-15715.jpg" imageAlt="Moon Room Restaurant & Lounge interior" - background={{ variant: "circleGradient" }} + background={{ variant: "canvas-reveal" }} className="w-full" containerClassName="w-full" textBoxClassName="text-center" @@ -87,7 +87,7 @@ export default function LandingPage() { { title: "Relaxed Lounge Vibe", description: "Comfortable seating and ambient lighting ideal for unwinding with friends"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-enjoying-movie-night_23-2149307305.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/woman-enjoying-movie-night_23-2149307305.jpg" imageAlt="Lounge seating area with premium ambiance" mediaAnimation="blur-reveal" textboxLayout="default" @@ -122,7 +122,7 @@ export default function LandingPage() { title: "Private Events & Celebrations", description: "Host your birthday, corporate event, or intimate gathering in our dedicated private dining space", imageSrc: "http://img.b2bpic.net/free-photo/table-setting-with-textured-wine-glasses-candles-leaves_169016-18721.jpg"}, { id: 5, - title: "Group Hangouts", description: "Bring your friends for a memorable night with comfortable seating, great food, and premium lounge atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-movie-night_23-2149307305.jpg?_wi=2"}, + title: "Group Hangouts", description: "Bring your friends for a memorable night with comfortable seating, great food, and premium lounge atmosphere", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-movie-night_23-2149307305.jpg"}, ]} animationType="blur-reveal" textboxLayout="default" @@ -257,7 +257,7 @@ export default function LandingPage() { { text: "Call Us", href: "tel:+2348161691700" }, { text: "Chat on WhatsApp", href: "https://wa.me/2348161691700" }, ]} - background={{ variant: "circleGradient" }} + background={{ variant: "canvas-reveal" }} useInvertedBackground={false} containerClassName="w-full py-20" contentClassName="max-w-2xl mx-auto" -- 2.49.1