Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-03 06:32:40 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}