Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-04-20 05:10:29 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

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