Update src/app/page.tsx
This commit is contained in:
@@ -53,11 +53,11 @@ export default function Home() {
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardEleven
|
||||
description="Track your performance"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Key Metrics"
|
||||
description="Track your performance"
|
||||
metrics={[
|
||||
{ id: "1", value: "100K", title: "Users", description: "Active users on platform" },
|
||||
{ id: "2", value: "50M", title: "Revenue", description: "Annual revenue" },
|
||||
@@ -67,11 +67,11 @@ export default function Home() {
|
||||
</div>
|
||||
<div id="events" data-section="events">
|
||||
<BlogCardTwo
|
||||
title="Latest Events"
|
||||
description="Stay updated with our latest events"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
title="Latest Events"
|
||||
description="Stay updated with our latest events"
|
||||
blogs={[
|
||||
{ id: "1", category: "Event", title: "Tech Summit 2025", excerpt: "Join us for the biggest tech event of the year", imageSrc: "/placeholder1.webp", authorName: "John Doe", authorAvatar: "/avatar1.webp", date: "20 Jan 2025" },
|
||||
{ id: "2", category: "Webinar", title: "AI Workshop", excerpt: "Learn about the latest AI technologies", imageSrc: "/placeholder2.webp", authorName: "Jane Smith", authorAvatar: "/avatar2.webp", date: "25 Jan 2025" },
|
||||
|
||||
Reference in New Issue
Block a user