Merge version_3 into main #4
@@ -117,15 +117,6 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1", price: "$179.00", name: "Starter Bundle", buttons: [
|
||||
{ text: "Add to Cart", href: "#" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Restoration Serum (1x)", "Strength Elixir (1x)", "Free luxury pouch", "30-day money-back guarantee"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2", badge: "Buy 2, Get 1 FREE", badgeIcon: Sparkles,
|
||||
price: "$249.00", name: "Premium Bundle", buttons: [
|
||||
@@ -136,6 +127,15 @@ export default function LandingPage() {
|
||||
"Restoration Serum (2x)", "Strength Elixir (1x FREE)", "Growth Activator (1x)", "Premium gift set", "90-day results guarantee"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "1", price: "$179.00", name: "Starter Bundle", buttons: [
|
||||
{ text: "Add to Cart", href: "#" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Restoration Serum (1x)", "Strength Elixir (1x)", "Free luxury pouch", "30-day money-back guarantee"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3", price: "$319.00", name: "Complete Care System", buttons: [
|
||||
{ text: "Add to Cart", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user