Merge version_1 into main #2
@@ -96,8 +96,8 @@ export default function LandingPage() {
|
||||
title="Customization"
|
||||
description="Tailored pieces to express your style."
|
||||
features={[
|
||||
{ id: "c1", title: "Unique", descriptions: ["Express yourself"], imageSrc: "" },
|
||||
{ id: "c2", title: "Quality", descriptions: ["Lasting finish"], imageSrc: "" }
|
||||
{ title: "Unique", descriptions: ["Express yourself"], imageSrc: "" },
|
||||
{ title: "Quality", descriptions: ["Lasting finish"], imageSrc: "" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,8 +110,8 @@ export default function LandingPage() {
|
||||
title="Pricing"
|
||||
description="Simple tiers."
|
||||
plans={[
|
||||
{ title: "Standard", price: "$50", features: ["Fast shipping"] },
|
||||
{ title: "Premium", price: "$100", features: ["Global shipping"] }
|
||||
{ price: "$50", features: ["Fast shipping"] },
|
||||
{ price: "$100", features: ["Global shipping"] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user