Update src/app/page.tsx
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
@@ -150,8 +150,11 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
<FaqBase
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Întrebări Frecvente"
|
||||
description="Răspunsuri la cele mai comune curiozități despre serviciile noastre."
|
||||
faqs={[
|
||||
{
|
||||
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."},
|
||||
]}
|
||||
sideTitle="Întrebări Frecvente"
|
||||
faqsAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -192,4 +194,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user