Merge version_3 into main #3
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia";
|
||||
import HeroLogoBillboardSplit from "@/components/sections/hero/HeroLogoBillboardSplit";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
||||
@@ -39,28 +39,20 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
title="The platform run clubs trust"
|
||||
description="Runly handles events, signups, and payments. Focus on building community. Let the platform handle the rest."
|
||||
tag="Run Club Management"
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="RUNLY"
|
||||
description="The platform run clubs trust. Handle events, signups, and payments. Focus on building community. Let the platform handle the rest."
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/running-workout-tracer-mobile-app_23-2148650970.jpg", imageAlt: "Runly event management dashboard"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-athletic-women-having-fun-while-jogging-with-group-people-nature_637285-6597.jpg", imageAlt: "Run club community gathering"
|
||||
},
|
||||
]}
|
||||
rating={5}
|
||||
ratingText="Loved by run club organizers"
|
||||
buttons={[
|
||||
{ text: "Start Free", href: "#contact" },
|
||||
{ text: "See Demo", href: "#" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/running-workout-tracer-mobile-app_23-2148650970.jpg"
|
||||
imageAlt="Runly event management dashboard"
|
||||
frameStyle="card"
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
tagAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user