Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c110f8b8c6 | |||
| 85cfedd735 | |||
| d9bbb563dd | |||
| a0688b0ef2 | |||
| fc987a6298 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
@@ -38,19 +38,12 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroLogo
|
||||||
background={{ variant: "radial-gradient" }}
|
logoText="Espuma Ediciones"
|
||||||
title="Manuscripts become literature here"
|
|
||||||
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."
|
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" }]}
|
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"
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-elegant-desk-arrangement_23-2148975793.jpg?_wi=1", imageAlt: "Close-up of paper texture" },
|
imageAlt="Author workspace"
|
||||||
{ 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"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user