From 332a5beb16dbbe244dbd7eee947221776d67f024 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:30:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 105dec2..34a8aed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,8 +62,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/liquid-ornate-bottles_140725-1903.jpg", imageAlt: "Artisanal scent collection" }, { imageSrc: "http://img.b2bpic.net/free-photo/christmas-gifts-bed-pillows-christmas-gift-wrapping-concept_169016-14345.jpg", imageAlt: "Beautifully packaged gifts" } ]} - background={{ variant: "plain" }} - useInvertedBackground={false} + background={{ variant: "floatingGradient" }} /> @@ -160,7 +159,7 @@ export default function LandingPage() { tag="Stay Connected" title="Join the Archibald Sisters Community" description="Subscribe to our newsletter for exclusive fragrance launches, artisanal gift discoveries, and insider stories from our Olympia boutique. Get early access to new collections and special invitations to in-store events." - background={{ variant: "plain" }} + background={{ variant: "floatingGradient" }} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Subscribe" -- 2.49.1