Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user