Merge version_2 into main #4
@@ -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,9 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
<ContactText
|
||||
text="Свържете се с нас за повече информация или оферта за вашите нужди."
|
||||
background={{ variant: "radial-gradient" }}
|
||||
tag="Контакти"
|
||||
title="Нуждаете се от консултация?"
|
||||
description="Свържете се с нас за повече информация или оферта."
|
||||
buttons={[{ text: "Изпратете запитване", href: "mailto:office@decatrade.bg" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user