Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b276e16d6d | |||
| a1216631a9 | |||
| 1b27684b7a | |||
| 80d983b52f |
@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
@@ -57,10 +57,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroLogoBillboard
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient"}}
|
||||
logoText="PublishPro"
|
||||
title="PublishPro"
|
||||
description="Collaborate seamlessly from manuscript to publication. One platform for editing, design coordination, and author management—built for professionals who demand excellence."
|
||||
buttons={[
|
||||
{
|
||||
@@ -69,8 +69,14 @@ export default function LandingPage() {
|
||||
text: "Schedule a Private Demo", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/female-photographer-models-looking-photos_23-2148565569.jpg"
|
||||
imageAlt="PublishPro workspace dashboard"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-photographer-models-looking-photos_23-2148565569.jpg", imageAlt: "PublishPro workspace dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/designer-working-office-desktop_23-2148967527.jpg", imageAlt: "Designer working on layout"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coworkers-working-together-online-with-computers-night-office_23-2150392014.jpg", imageAlt: "Team collaborating on project"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -273,4 +279,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user