diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ad9519..4f4a8ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "" } ]} /> @@ -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"] } ]} />