diff --git a/src/app/page.tsx b/src/app/page.tsx index d512b40..5bf1ee9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,7 @@ export default function LandingPage() { variant: "sparkles-gradient"}} title="Find the Best AI Tools for Your Workflow" description="Discover a curated list of the most powerful free AI resources for students, creators, and professionals." + buttons={[{ text: "Start Exploring", href: "#tools" }]} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/artificial-intelligence-system-using-complex-language-code-deep-learning-neural-network-programming-model-solving-operations-using-massive-computational-power-3d-render-animation_482257-66217.jpg?_wi=1", imageAlt: "AI Network"}, @@ -169,4 +170,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}