Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ea4ee52c0 | |||
| 2dd79f48ea | |||
| a536ff81f9 | |||
| 5136ffeab6 | |||
| 2c296c55fc |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
@@ -150,8 +150,11 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitText
|
<FaqBase
|
||||||
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
title="Întrebări Frecvente"
|
||||||
|
description="Răspunsuri la cele mai comune curiozități despre serviciile noastre."
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1", title: "Cum pot plasa o comandă?", content: "Ne poți contacta direct prin mesaj pe platformele noastre sau pe Vinted."},
|
id: "q1", title: "Cum pot plasa o comandă?", content: "Ne poți contacta direct prin mesaj pe platformele noastre sau pe Vinted."},
|
||||||
@@ -160,7 +163,6 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "q3", title: "Produsele sunt originale?", content: "Da, toate articolele comercializate sub Traian Store sunt verificate pentru autenticitate."},
|
id: "q3", title: "Produsele sunt originale?", content: "Da, toate articolele comercializate sub Traian Store sunt verificate pentru autenticitate."},
|
||||||
]}
|
]}
|
||||||
sideTitle="Întrebări Frecvente"
|
|
||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user