Merge version_1 into main #2
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user