Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85ff0906a5 | |||
| 5243afd760 | |||
| c110f8b8c6 | |||
| 85cfedd735 | |||
| d9bbb563dd | |||
| a0688b0ef2 | |||
| fc987a6298 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
@@ -38,19 +38,12 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="Manuscripts become literature here"
|
||||
<HeroLogo
|
||||
logoText="Espuma Ediciones"
|
||||
description="We transform your draft into a finished book through meticulous editing and bespoke design. From concept to publication, your story receives the artistic attention it deserves."
|
||||
tag="Independent Publishing House"
|
||||
buttons={[{ text: "Begin your manuscript journey", href: "#contact" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-desk-arrangement_23-2148975793.jpg?_wi=1", imageAlt: "Close-up of paper texture" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-desk-arrangement_23-2148975793.jpg?_wi=2", imageAlt: "Author workspace" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
ratingText="Trusted by 100+ authors"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-elegant-desk-arrangement_23-2148975793.jpg?_wi=1"
|
||||
imageAlt="Author workspace"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,7 +99,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
text="Ready to begin your manuscript journey? Let us discuss how we can bring your book to life."
|
||||
buttons={[{ text: "Contact Us", href: "mailto:hello@espuma.com" }]}
|
||||
buttons={[{ text: "Book your editorial consultation", href: "mailto:hello@espuma.com" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -123,4 +116,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user