Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-08 17:47:35 +00:00

View File

@@ -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>