Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-28 10:26:12 +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>