From 06161cf1234da777de3820ec9631066b34b19adf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 05:10:25 +0000 Subject: [PATCH 1/2] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 9205698..453fec5 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -45,8 +45,8 @@ export default function BlogPage() { title="Read our latest articles" description="Stay updated with industry trends." testimonials={[ - { id: "1", name: "Author A", testimonial: "Insights on marketing." }, - { id: "2", name: "Author B", testimonial: "More trends covered." } + { id: "1", name: "Author A", quote: "Insights on marketing." }, + { id: "2", name: "Author B", quote: "More trends covered." } ]} /> -- 2.49.1 From 40776b81227d6a00c46dca39d3a7fc4c83cc4e14 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 05:10:25 +0000 Subject: [PATCH 2/2] Update src/app/tools/page.tsx --- src/app/tools/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/tools/page.tsx b/src/app/tools/page.tsx index e99bfec..cb48c58 100644 --- a/src/app/tools/page.tsx +++ b/src/app/tools/page.tsx @@ -46,8 +46,8 @@ export default function ToolsPage() { title="Utility Suite" description="Boost your productivity." features={[ - { title: "Tool 1", description: "Description 1", buttonIcon: () => null }, - { title: "Tool 2", description: "Description 2", buttonIcon: () => null } + { title: "Tool 1", description: "Description 1" }, + { title: "Tool 2", description: "Description 2" } ]} /> -- 2.49.1