Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d92dba8df9 | |||
| e7f0dd240a | |||
| d1f2a3c726 | |||
| 4e7fd327a1 | |||
| 4c9d1bf571 | |||
| 6b042b8fab | |||
| 1588b6b691 |
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
@@ -144,12 +144,10 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
<ContactText
|
||||
text="Свържете се с нас за повече информация или оферта за вашите нужди."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Контакти"
|
||||
title="Нуждаете се от консултация?"
|
||||
description="Свържете се с нас за повече информация или оферта."
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Изпратете запитване", href: "mailto:office@decatrade.bg" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user