From 1d97e4c4f93a20f3d4a5a94bd8f1864230281eac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:21:47 +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 144e06b..07e7612 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" @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Shop Products", href: "products" }, { text: "Learn More", href: "about" } ]} - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-photo/ingredients-chia-pudding_343596-862.jpg" imageAlt="Organic health and wellness products" frameStyle="card" @@ -86,13 +86,13 @@ export default function LandingPage() { id: "2", name: "Doc Frank Green Immune", price: "R430.00", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669123.jpg", imageAlt: "Doc Frank Green Immune drops" }, { - id: "3", name: "Natroceutics Ashwagandha", price: "R294.95", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-pills-marble-table_23-2148427763.jpg?_wi=1", imageAlt: "Natroceutics Ashwagandha capsules" + id: "3", name: "Natroceutics Ashwagandha", price: "R294.95", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-pills-marble-table_23-2148427763.jpg", imageAlt: "Natroceutics Ashwagandha capsules" }, { id: "4", name: "Kiko Prebiotic + Probiotic", price: "R429.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-white-medicine-capsules-wooden-surface_181624-905.jpg", imageAlt: "Kiko Prebiotic + Probiotic capsules" }, { - id: "5", name: "Willow 5HTP 50mg", price: "R189.00", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-pills-marble-table_23-2148427763.jpg?_wi=2", imageAlt: "Willow 5HTP capsules" + id: "5", name: "Willow 5HTP 50mg", price: "R189.00", imageSrc: "http://img.b2bpic.net/free-photo/view-arrangement-with-pills-marble-table_23-2148427763.jpg", imageAlt: "Willow 5HTP capsules" }, { id: "6", name: "Coyne Biomax Vitamin B Complex", price: "R345.00", imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-holding-letter-b_1187-3326.jpg", imageAlt: "Coyne Biomax Vitamin B Complex" @@ -190,7 +190,7 @@ export default function LandingPage() { tagIcon={Mail} title="Stay Updated on Wellness Trends" description="Subscribe to our newsletter for weekly wellness tips, product recommendations, and exclusive offers on organic health products." - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Subscribe"