From 348e39edfb0118efa651d2ce16cd36fdd0d75a50 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:43:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9dadab..f272405 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="aurora" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Learn Our Story", href: "about" }, ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238256.jpg" imageAlt="Premium skincare products" mediaAnimation="blur-reveal" @@ -167,7 +167,7 @@ export default function LandingPage() { { id: "4", title: "What makes your ingredients natural?", content: "We source botanicals directly from sustainable farms and use cold-pressed extraction methods to preserve nutrients. We avoid synthetic fragrances, parabens, and harsh chemicals, ensuring every ingredient serves a purpose."}, { - id: "5", title: "Do you offer a money-back guarantee?", content: "Yes. We offer a 60-day satisfaction guarantee. If you're not completely happy with your results, return the product for a full refund—no questions asked."}, + id: "5", title: "Do you offer a money-back guarantee?", content: "Yes. We offer a 60-day satisfaction guarantee. If you're not completely happy with your results, return the product for a full refund—no questions asked."} ]} imageSrc="http://img.b2bpic.net/free-photo/face-moisturizing_1098-15286.jpg" imageAlt="Skincare routine" @@ -188,7 +188,7 @@ export default function LandingPage() { description="Subscribe to receive exclusive beauty insights, product launches, and skincare routines tailored to your skin type." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe" -- 2.49.1