From 1b1c7fe220305168146e928697b7c6edc31712dd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:26:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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"] } ]} /> -- 2.49.1