Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 15:39:46 +00:00
2 changed files with 1371 additions and 4 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{ value: "100% Natural", label: "Key Ingredients" }
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307263.jpg"
imageSrc="http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307263.jpg?_wi=1"
imageAlt="SkinGrow Premium Skincare Cream"
mediaAnimation="slide-up"
buttons={[
@@ -128,19 +128,19 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "starter", title: "Starter", price: "$39", period: "/bottle", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307263.jpg", imageAlt: "Starter plan", button: { text: "Add to Cart", href: "#" },
id: "starter", title: "Starter", price: "$39", period: "/bottle", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307263.jpg?_wi=2", imageAlt: "Starter plan", button: { text: "Add to Cart", href: "#" },
features: [
"One 50ml bottle", "For all skin types", "Day and night use", "30-day money-back guarantee"
]
},
{
id: "professional", title: "Professional", price: "$79", period: "/3 pack", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307263.jpg", imageAlt: "Professional plan", button: { text: "Add to Cart", href: "#" },
id: "professional", title: "Professional", price: "$79", period: "/3 pack", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307263.jpg?_wi=3", imageAlt: "Professional plan", button: { text: "Add to Cart", href: "#" },
features: [
"Three 50ml bottles", "Three months supply", "15% savings", "Free premium skincare guide", "Priority customer support", "30-day money-back guarantee"
]
},
{
id: "premium", title: "Premium", price: "$189", period: "/6 pack", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307263.jpg", imageAlt: "Premium plan", button: { text: "Add to Cart", href: "#" },
id: "premium", title: "Premium", price: "$189", period: "/6 pack", imageSrc: "http://img.b2bpic.net/free-photo/black-white-beauty-product_23-2151307263.jpg?_wi=4", imageAlt: "Premium plan", button: { text: "Add to Cart", href: "#" },
features: [
"Six 50ml bottles", "Six months supply", "25% savings", "Premium skincare consultation", "Exclusive beauty tips monthly", "VIP customer support", "Free shipping worldwide", "30-day money-back guarantee"
]