From 335258455ce80c3f34aad9fa144c56b08a030aa0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:29:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ca543c..105dec2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="inset" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -57,12 +57,12 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/closeup-set-spa-items-body-brushes-scrubs_169016-19493.jpg", imageAlt: "Luxury bath products" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-bath-bombs-white-board-near-napkins-loofah_23-2147971409.jpg?_wi=1", imageAlt: "Bath bombs and luxe products" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-bath-bombs-white-board-near-napkins-loofah_23-2147971409.jpg", imageAlt: "Bath bombs and luxe products" }, { imageSrc: "http://img.b2bpic.net/free-photo/spring-marketing-sales_23-2151949785.jpg", imageAlt: "Vintage boutique aesthetic" }, { 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: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> @@ -74,7 +74,7 @@ export default function LandingPage() { tag="Featured Products" products={[ { id: "1", name: "Midnight Jasmine Eau de Parfum", price: "$68", imageSrc: "http://img.b2bpic.net/free-photo/close-up-parfume-cologne-barbershop-barber-soul_627829-6334.jpg", imageAlt: "Midnight Jasmine fragrance bottle" }, - { id: "2", name: "Golden Vanilla Bath Ritual Set", price: "$54", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-bath-bombs-white-board-near-napkins-loofah_23-2147971409.jpg?_wi=2", imageAlt: "Golden Vanilla bath product set" }, + { id: "2", name: "Golden Vanilla Bath Ritual Set", price: "$54", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colorful-bath-bombs-white-board-near-napkins-loofah_23-2147971409.jpg", imageAlt: "Golden Vanilla bath product set" }, { id: "3", name: "Artisan Scent Discovery Box", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-present-box-with-brown-paper-card-coral-color-rose-flower-petals-with-purple-ribbon-heart-shaped-box-filled-with-marshmallow-dark-red-table_141793-8803.jpg", imageAlt: "Artisan fragrance discovery gift set" } ]} gridVariant="uniform-all-items-equal" @@ -126,13 +126,11 @@ export default function LandingPage() { { id: "1", name: "Sarah M.", handle: "Local Olympia Resident", testimonial: "I've been a customer for 15 years. The personal attention and unique fragrances you simply cannot find anywhere else keep me coming back.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg", imageAlt: "Sarah M." }, { id: "2", name: "Jessica R.", handle: "Frequent Gift Shopper", testimonial: "Finding the perfect gift used to be stressful. Archibald Sisters always has something unique and thoughtful for every person on my list.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", imageAlt: "Jessica R." }, { id: "3", name: "Elena T.", handle: "Fragrance Enthusiast", testimonial: "The 150 custom fragrances are incredible. Each one tells a story. I've discovered my signature scent here.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg", imageAlt: "Elena T." }, - { id: "4", name: "Michelle K.", handle: "Downtown Tourist", testimonial: "Stumbled upon this gem while visiting Olympia. The nostalgia and charm reminded me why I love discovering local boutiques.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Michelle K." }, + { id: "4", name: "Michelle K.", handle: "Downtown Tourist", testimonial: "Stumbled upon this gem while visiting Olympia. The nostalgia and charm reminded me why I love discovering local boutiques.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Michelle K." }, { id: "5", name: "Rachel D.", handle: "Online Shopper", testimonial: "Finally found an online boutique that feels as personal as the physical store. Quality and care in every detail.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg", imageAlt: "Rachel D." }, - { id: "6", name: "Diana V.", handle: "Multi-Decade Customer", testimonial: "Archibald Sisters has been part of my life for decades. Watching it grow online while staying true to its roots is beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "Diana V." } + { id: "6", name: "Diana V.", handle: "Multi-Decade Customer", testimonial: "Archibald Sisters has been part of my life for decades. Watching it grow online while staying true to its roots is beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Diana V." } ]} animationType="slide-up" - title="Loved by Our Community" - description="Real stories from customers who've found their signature scents and favorite gifts at Archibald Sisters" textboxLayout="default" useInvertedBackground={false} speed={35} @@ -162,7 +160,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: "floatingGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="your@email.com" buttonText="Subscribe" -- 2.49.1