Merge version_1 into main #1
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "StudyHub",
|
||||
id: "/study",
|
||||
},
|
||||
name: "StudyHub", id: "/study"},
|
||||
{
|
||||
name: "MovieFinder",
|
||||
id: "/movies",
|
||||
},
|
||||
name: "MovieFinder", id: "/movies"},
|
||||
]}
|
||||
brandName="HubFinder"
|
||||
/>
|
||||
@@ -48,32 +42,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="One Hub for Everything You Love"
|
||||
description="Empowering your study habits and simplifying your movie nights with intelligent digital tools."
|
||||
tag="Innovative Platforms"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=csll9e",
|
||||
imageAlt: "HubFinder Hero Interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=csll9e", imageAlt: "HubFinder Hero Interface"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ixkd19",
|
||||
imageAlt: "HubFinder Mobile Preview",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://new-hero-item-3",
|
||||
imageAlt: "Digital Study Dashboard",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://new-hero-item-4",
|
||||
imageAlt: "Movie Discovery Carousel",
|
||||
},
|
||||
{
|
||||
imageSrc: "asset://new-hero-item-5",
|
||||
imageAlt: "Cross-Platform Syncing",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ixkd19", imageAlt: "HubFinder Mobile Preview"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -98,12 +75,7 @@ export default function LandingPage() {
|
||||
title="Trusted by Students & Cinephiles"
|
||||
description="Powering productivity for users across the globe."
|
||||
names={[
|
||||
"CampusDaily",
|
||||
"FilmReviewWeekly",
|
||||
"EduTech Insider",
|
||||
"StudentLife Portal",
|
||||
"CinemaHub",
|
||||
]}
|
||||
"CampusDaily", "FilmReviewWeekly", "EduTech Insider", "StudentLife Portal", "CinemaHub"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -116,19 +88,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: "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: "500k", title: "Movies Discovered", description: "Films rated and added to user watchlists.", imageSrc: "asset://new-metric-2"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,8 +99,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Ready to Transform Your Workflow?"
|
||||
description="Join thousands of users who have optimized their time between studying and entertainment."
|
||||
|
||||
Reference in New Issue
Block a user