From fea1c6758bca7aab3ff48d5415412b5f37bcd709 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 07:38:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f6652d..a658f6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,8 +47,8 @@ export default function LandingPage() { { text: "Book Appointment", href: "#contact" }, { text: "WhatsApp", href: "https://wa.me/971434071171" } ]} - background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-while-sitting-bed-hotel-room_23-2149304033.jpg?_wi=1" + background={{ variant: "plain" }} + imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-while-sitting-bed-hotel-room_23-2149304033.jpg" imageAlt="Ginza Beauty Luxury Japanese Salon Interior" mediaAnimation="blur-reveal" buttonAnimation="slide-up" @@ -164,7 +164,7 @@ export default function LandingPage() { useInvertedBackground={true} mediaAnimation="blur-reveal" faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-while-sitting-bed-hotel-room_23-2149304033.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-woman-drinking-coffee-while-sitting-bed-hotel-room_23-2149304033.jpg" imageAlt="Ginza Beauty Salon FAQ" mediaPosition="left" faqs={[ -- 2.49.1