4 Commits

Author SHA1 Message Date
b99faa98a3 Update src/app/page.tsx 2026-05-17 16:22:54 +00:00
088cd87fc3 Merge version_2 into main
Merge version_2 into main
2026-05-17 16:22:02 +00:00
b71d55916e Update src/app/page.tsx 2026-05-17 16:21:59 +00:00
c6c4dfb8b0 Merge version_1 into main
Merge version_1 into main
2026-05-17 16:21:10 +00:00

View File

@@ -46,6 +46,10 @@ export default function LandingPage() {
title="One Hub for Everything You Love"
description="Empowering your study habits and simplifying your movie nights with intelligent digital tools."
tag="Innovative Platforms"
buttons={[
{ text: "Get Started", href: "/" },
{ text: "Explore HubFinder", href: "/movies" }
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=csll9e", imageAlt: "HubFinder Hero Interface"},
@@ -90,7 +94,7 @@ export default function LandingPage() {
{
id: "m1", value: "1M+", title: "Studies Completed", description: "Educational modules finished on our platform.", imageSrc: "asset://new-metric-1"},
{
id: "m2", value: "500k", title: "Movies Discovered", description: "Films rated and added to user watchlists.", imageSrc: "asset://new-metric-2"},
id: "m2", value: "30%", title: "Efficiency Gain", description: "Average time saved balancing study and leisure.", imageSrc: "asset://new-metric-2"},
]}
/>
</div>