Merge version_2 into main #5
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
@@ -57,7 +56,7 @@ export default function LandingPage() {
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Twój biznes w sieci"
|
||||
description={["W AW Studio tworzymy strony, które nie tylko dobrze wyglądają, ale przede wszystkim sprzedają usługi i budują zaufanie Twoich lokalnych klientów."]}
|
||||
description="W AW Studio tworzymy strony, które nie tylko dobrze wyglądają, ale przede wszystkim sprzedają usługi i budują zaufanie Twoich lokalnych klientów."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -71,6 +70,7 @@ export default function LandingPage() {
|
||||
{ id: "3", title: "Realizacja", content: "Wdrażamy stronę i dbamy o jej wydajność." },
|
||||
]}
|
||||
title="Jak to działa"
|
||||
description="Poznaj proces naszej pracy."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -103,6 +103,7 @@ export default function LandingPage() {
|
||||
{ name: "name", type: "text", placeholder: "Twoje imię" },
|
||||
{ name: "email", type: "email", placeholder: "Twój email" },
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
buttonText="Wyślij wiadomość"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user