Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 19:55:46 +00:00

View File

@@ -73,11 +73,13 @@ export default function LandingPage() {
description="Experience the difference between ordinary and extraordinary beauty products."
negativeCard={{
items: [
"Low-quality ingredients", "Inconsistent results", "Limited product range", "Poor customer service"],
"Low-quality ingredients", "Inconsistent results", "Limited product range", "Poor customer service"
],
}}
positiveCard={{
items: [
"Premium, natural ingredients", "Proven and consistent results", "Diverse product selection", "Exceptional customer support"],
"Premium, natural ingredients", "Proven and consistent results", "Diverse product selection", "Exceptional customer support"
],
}}
textboxLayout="default"
useInvertedBackground={false}
@@ -127,22 +129,24 @@ export default function LandingPage() {
id: "starter", badge: "Essential", badgeIcon: Sparkles,
price: "$89.99", subtitle: "Perfect for beginners", buttons: [{ text: "Get Bundle", href: "#" }],
features: [
"Face Serum", "Foundation", "Eye Cream", "Free beauty guide"],
"Face Serum", "Foundation", "Eye Cream", "Free beauty guide"
],
},
{
id: "deluxe", badge: "Most Popular", badgeIcon: Crown,
price: "$149.99", subtitle: "Best value bundle", buttons: [{ text: "Get Bundle", href: "#" }],
features: [
"Complete skincare set", "3-piece makeup collection", "Luxury cosmetic bag", "Personal beauty consultation", "Free shipping"],
"Complete skincare set", "3-piece makeup collection", "Luxury cosmetic bag", "Personal beauty consultation", "Free shipping"
],
},
{
id: "premium", badge: "VIP", badgeIcon: Gift,
price: "$199.99", subtitle: "Ultimate beauty collection", buttons: [{ text: "Get Bundle", href: "#" }],
features: [
"Full skincare system", "Complete makeup collection", "Professional tools set", "Exclusive VIP samples", "Priority support", "Quarterly product updates"],
"Full skincare system", "Complete makeup collection", "Professional tools set", "Exclusive VIP samples", "Priority support", "Quarterly product updates"
],
},
]}
gridVariant="uniform-all-items-equal"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
@@ -171,13 +175,17 @@ export default function LandingPage() {
author="Maria Rodriguez, Beauty Enthusiast"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial avatar 1"},
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial avatar 1"
},
{
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial avatar 2"},
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial avatar 2"
},
{
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial avatar 3"},
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial avatar 3"
},
{
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial avatar 4"},
src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial avatar 4"
},
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"