Update src/app/page.tsx
This commit is contained in:
@@ -111,15 +111,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "m", badge: "Monthly", price: "$40/mo", subtitle: "Perfect for homes", buttons: [{ text: "Subscribe", href: "#" }],
|
||||
id: "m", badge: "Monthly", price: "$40/mo", subtitle: "Save 15% with Monthly", buttons: [{ text: "Subscribe", href: "#" }],
|
||||
features: ["1 delivery per month", "Standard seasonal flowers"],
|
||||
},
|
||||
{
|
||||
id: "w", badge: "Weekly", price: "$120/mo", subtitle: "For offices", buttons: [{ text: "Subscribe", href: "#" }],
|
||||
id: "w", badge: "Weekly", price: "$120/mo", subtitle: "Best Value for Offices", buttons: [{ text: "Subscribe", href: "#" }],
|
||||
features: ["4 deliveries per month", "Premium selection"],
|
||||
},
|
||||
{
|
||||
id: "p", badge: "Pro", price: "$250/mo", subtitle: "For events", buttons: [{ text: "Subscribe", href: "#" }],
|
||||
id: "p", badge: "Pro", price: "$250/mo", subtitle: "Exclusive Event Access", buttons: [{ text: "Subscribe", href: "#" }],
|
||||
features: ["Weekly luxury arrangements", "Priority support"],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user