Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-28 10:26:13 +00:00

View File

@@ -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>