diff --git a/src/app/page.tsx b/src/app/page.tsx index 6656e14..ce4dad6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -47,7 +47,7 @@ export default function LandingPage() { description="Experience the Mediterranean like never before. Discover hidden coves, ancient traditions, and unforgettable moments aboard our premium boat fleet." tag="Luxury Boat Rentals" tagIcon={Anchor} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Book Your Adventure", href: "#pricing" }, { text: "Explore Fleet", href: "#fleet" } @@ -156,7 +156,7 @@ export default function LandingPage() { tagIcon={Mail} title="Stay Updated with Special Offers" description="Subscribe to receive exclusive deals, travel tips, and first access to new boat charter experiences in Sicily." - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe"