2 Commits

Author SHA1 Message Date
2c707f19ef Update src/app/page.tsx 2026-04-03 06:32:37 +00:00
b809ad4d63 Merge version_2 into main
Merge version_2 into main
2026-04-03 06:29:01 +00:00

View File

@@ -52,6 +52,7 @@ export default function LandingPage() {
variant: "sparkles-gradient"}} variant: "sparkles-gradient"}}
title="Find the Best AI Tools for Your Workflow" 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." description="Discover a curated list of the most powerful free AI resources for students, creators, and professionals."
buttons={[{ text: "Start Exploring", href: "#tools" }]}
mediaItems={[ 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"}, 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() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }