From 9c8784805ea7e86fa17c0110304f763da41c6dbd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:38:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0df07cf..423164f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -46,9 +46,9 @@ export default function LandingPage() { title="Authentic Moroccan Rituals, Modern Wellness" description="Escape into centuries-old traditions reimagined for today. Experience hammam, argan oil treatments, and mindful rituals in a sanctuary where classic craftsmanship meets contemporary comfort." tag="Premium Wellness Destination" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-ancient-room-design-with-bathtub-small-indoor-pool_181624-21679.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-ancient-room-design-with-bathtub-small-indoor-pool_181624-21679.jpg" imageAlt="Luxurious Moroccan spa sanctuary with traditional tilework" mediaAnimation="slide-up" testimonials={[ @@ -112,7 +112,7 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Ritual", title: "Hammam Experience", subtitle: "The Ancient Cleansing Ritual", description: "Immerse yourself in steam-filled chambers with traditional black soap and kessa treatments. This 90-minute journey includes body exfoliation, aromatic oils, and complete renewal. The hammam opens pores, removes impurities, and leaves skin luminously soft.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-ancient-room-design-with-bathtub-small-indoor-pool_181624-21679.jpg?_wi=2" + tag: "Ritual", title: "Hammam Experience", subtitle: "The Ancient Cleansing Ritual", description: "Immerse yourself in steam-filled chambers with traditional black soap and kessa treatments. This 90-minute journey includes body exfoliation, aromatic oils, and complete renewal. The hammam opens pores, removes impurities, and leaves skin luminously soft.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-ancient-room-design-with-bathtub-small-indoor-pool_181624-21679.jpg" }, { id: 2, @@ -232,7 +232,7 @@ export default function LandingPage() { title="Reserve Your Sanctuary Experience" description="Connect with our wellness consultants to craft your perfect escape. We're here to answer questions, discuss your wellness goals, and create a personalized sanctuary experience tailored to your needs." tagIcon={Heart} - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Reserve Now" -- 2.49.1