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." } ]} /> 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" } ]} />