tenext redesign
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { tenextButton as TenextButton } from "@/components/shared/AieroButton";
|
||||
import { tenextButton as TenextButton } from "@/components/shared/Button";
|
||||
import { PageContainer } from "@/components/shared/PageContainer";
|
||||
import { ctaContent } from "@/data/site-content";
|
||||
|
||||
/**
|
||||
* PreFooterCTA — "Elevate your business with our innovative solutions" banner.
|
||||
* PreFooterCTA — closing conversion banner.
|
||||
*
|
||||
* Shared across: Home, About, Services, Contacts.
|
||||
*
|
||||
@@ -25,7 +26,7 @@ export function PreFooterCTA() {
|
||||
lineHeight: 1.15,
|
||||
}}
|
||||
>
|
||||
Elevate your business with our innovative solutions
|
||||
{ctaContent.preFooter.heading}
|
||||
</h2>
|
||||
|
||||
{/* CTA */}
|
||||
@@ -34,7 +35,7 @@ export function PreFooterCTA() {
|
||||
variant="simple"
|
||||
className="shrink-0 text-[15px] font-semibold text-tenext-teal"
|
||||
>
|
||||
Get in touch
|
||||
{ctaContent.preFooter.linkLabel}
|
||||
</TenextButton>
|
||||
</PageContainer>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user