Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8efa6a3690 | |||
| 3314e38b00 | |||
| b99faa98a3 | |||
| 088cd87fc3 |
@@ -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"},
|
||||
@@ -88,9 +92,9 @@ export default function LandingPage() {
|
||||
description="Numbers that define our growth and user satisfaction."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "1M+", title: "Studies Completed", description: "Educational modules finished on our platform.", imageSrc: "asset://new-metric-1"},
|
||||
id: "m1", value: "1M+", title: "Studies Completed", description: "Students saved 1M+ hours of study time.", imageSrc: "asset://new-metric-1"},
|
||||
{
|
||||
id: "m2", value: "30%", title: "Efficiency Gain", description: "Average time saved balancing study and leisure.", imageSrc: "asset://new-metric-2"},
|
||||
id: "m2", value: "30%", title: "Efficiency Gain", description: "Users reclaim 30% more time for leisure.", imageSrc: "asset://new-metric-2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user