@@ -181,55 +98,16 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- badge: "Essential",
- price: "$19/mo",
- subtitle: "Perfect for individuals starting out.",
- buttons: [
- {
- text: "Select Plan",
- href: "#",
- },
- ],
- features: [
- "1 delivery per month",
- "Standard support",
- "Basic member perks",
- ],
+ id: "basic", badge: "Essential", price: "$19/mo", subtitle: "Perfect for individuals starting out.", buttons: [{ text: "Select Plan", href: "#" }],
+ features: ["1 delivery per month", "Standard support", "Basic member perks"],
},
{
- id: "pro",
- badge: "Most Popular",
- price: "$39/mo",
- subtitle: "Best value for frequent users.",
- buttons: [
- {
- text: "Select Plan",
- href: "#",
- },
- ],
- features: [
- "2 deliveries per month",
- "Priority support",
- "Member-only discounts",
- ],
+ id: "pro", badge: "Most Popular", price: "$39/mo", subtitle: "Best value for frequent users.", buttons: [{ text: "Select Plan", href: "#" }],
+ features: ["2 deliveries per month", "Priority support", "Member-only discounts"],
},
{
- id: "enterprise",
- badge: "Pro",
- price: "$79/mo",
- subtitle: "For power users and teams.",
- buttons: [
- {
- text: "Select Plan",
- href: "#",
- },
- ],
- features: [
- "Unlimited deliveries",
- "24/7 dedicated support",
- "Customized rewards",
- ],
+ id: "enterprise", badge: "Pro", price: "$79/mo", subtitle: "For power users and teams.", buttons: [{ text: "Select Plan", href: "#" }],
+ features: ["Unlimited deliveries", "24/7 dedicated support", "Customized rewards"],
},
]}
title="Choose Your Plan"
@@ -243,46 +121,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Alice Johnson",
- handle: "@alicej",
- testimonial: "Amazing service, fast delivery and great perks!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg",
- },
- {
- id: "t2",
- name: "Bob Smith",
- handle: "@bobsmith",
- testimonial: "The best value for my lifestyle. I recommend it.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg",
- },
- {
- id: "t3",
- name: "Charlie Davis",
- handle: "@charlied",
- testimonial: "Customer support is top notch, always helpful.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
- },
- {
- id: "t4",
- name: "Diana Prince",
- handle: "@dianap",
- testimonial: "I love the personalized rewards, totally worth it.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-tie_1098-2867.jpg",
- },
- {
- id: "t5",
- name: "Edward Norton",
- handle: "@ednorton",
- testimonial: "Perfect integration, seamless billing experience.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/confident-entrepreneur-satisfied-with-own-success_1163-5474.jpg",
- },
+ { id: "t1", name: "Alice Johnson", handle: "@alicej", testimonial: "Amazing service, fast delivery and great perks!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-with-crossed-arms_23-2147955274.jpg" },
+ { id: "t2", name: "Bob Smith", handle: "@bobsmith", testimonial: "The best value for my lifestyle. I recommend it.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-mature-businessman-looking-away_23-2147955371.jpg" },
]}
showRating={true}
title="Customer Reviews"
@@ -297,27 +137,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "10k+",
- title: "Subscribers",
- description: "Joining the family.",
- icon: Users,
- },
- {
- id: "m2",
- value: "50k+",
- title: "Deliveries",
- description: "On time, every time.",
- icon: Truck,
- },
- {
- id: "m3",
- value: "99.9%",
- title: "Satisfaction",
- description: "Highly satisfied members.",
- icon: ThumbsUp,
- },
+ { id: "m1", value: "10k+", title: "Subscribers", description: "Joining the family.", icon: Users },
+ { id: "m2", value: "50k+", title: "Deliveries", description: "On time, every time.", icon: Truck },
+ { id: "m3", value: "99.9%", title: "Satisfaction", description: "Highly satisfied members.", icon: ThumbsUp },
]}
title="Key Achievements"
description="Our growth reflects our commitment to excellence."
@@ -329,21 +151,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "f1",
- title: "Can I cancel anytime?",
- content: "Yes, you can manage your subscription and cancel whenever you like.",
- },
- {
- id: "f2",
- title: "Is delivery included?",
- content: "All subscription plans include free standard delivery.",
- },
- {
- id: "f3",
- title: "How do rewards work?",
- content: "You accumulate reward points with every subscription month.",
- },
+ { id: "f1", title: "Can I cancel anytime?", content: "Yes, you can manage your subscription and cancel whenever you like." },
+ { id: "f2", title: "Is delivery included?", content: "All subscription plans include free standard delivery." },
]}
title="Frequently Asked"
description="Got questions? We've got answers."
@@ -354,17 +163,12 @@ export default function LandingPage() {
@@ -375,45 +179,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/beige-leaf-patterned-background-design-space_53876-129675.jpg"
logoText="SubScribe"
columns={[
- {
- title: "Company",
- items: [
- {
- label: "About",
- href: "#",
- },
- {
- label: "Careers",
- href: "#",
- },
- ],
- },
- {
- title: "Resources",
- items: [
- {
- label: "Blog",
- href: "#",
- },
- {
- label: "FAQ",
- href: "#faq",
- },
- ],
- },
- {
- title: "Legal",
- items: [
- {
- label: "Privacy",
- href: "#",
- },
- {
- label: "Terms",
- href: "#",
- },
- ],
- },
+ { title: "Company", items: [{ label: "About", href: "#" }, { label: "Careers", href: "#" }] },
+ { title: "Resources", items: [{ label: "Blog", href: "#" }, { label: "FAQ", href: "#faq" }] },
]}
/>