Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 50e3bfbac6 | |||
| dc70671d7b | |||
| b145c28179 | |||
| 8837cf0aaa | |||
| d4e3a62776 | |||
| d7959a9757 | |||
| 1f4817205e |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
@@ -39,20 +39,25 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroBillboardGallery
|
||||||
logoText="✦ Now live — try it free"
|
title="✦ Now live — try it free"
|
||||||
description="Collect testimonials from anywhere. Display them everywhere. One script tag."
|
description="Collect testimonials from anywhere. Display them everywhere. One script tag."
|
||||||
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Get started free →", href: "#get-started" },
|
{ text: "Get started free →", href: "#get-started" },
|
||||||
{ text: "See how it works", href: "#how-it-works" }
|
{ text: "See how it works", href: "#how-it-works" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGaVEqyfQGpYfnoACYyn0L3qT8/a-sleek-testimonial-widget-interface-dis-1774121564965-fd7d3675.png?_wi=1"
|
mediaItems={[
|
||||||
videoAriaLabel="Nod testimonial widget demo"
|
{
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGaVEqyfQGpYfnoACYyn0L3qT8/a-sleek-testimonial-widget-interface-dis-1774121564965-fd7d3675.png?_wi=2"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BGaVEqyfQGpYfnoACYyn0L3qT8/a-sleek-testimonial-widget-interface-dis-1774121564965-fd7d3675.png?_wi=1", imageAlt: "Hero testimonial widget preview"
|
||||||
imageAlt="Hero testimonial widget preview"
|
}
|
||||||
showDimOverlay={false}
|
]}
|
||||||
|
mediaAnimation="blur-reveal"
|
||||||
ariaLabel="Hero section introducing Nod"
|
ariaLabel="Hero section introducing Nod"
|
||||||
|
titleClassName="text-white"
|
||||||
|
descriptionClassName="text-white"
|
||||||
|
buttonTextClassName="text-white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user