Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7aa24f5eb | |||
| 4582b791c9 | |||
| a86191680b | |||
| fa6d1ce4ea | |||
| ee0c01eee3 |
@@ -3,7 +3,6 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||
@@ -202,25 +201,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Vai var norēķināties ar karti?", content: "Jā, mēs pieņemam visus populārākos karšu veidus."},
|
||||
{
|
||||
id: "q2", title: "Cik ilgā laikā ir gatavs pasūtījums?", content: "Parasti pasūtījumu pagatavojam mazāk nekā 10 minūšu laikā."},
|
||||
{
|
||||
id: "q3", title: "Vai ir pieejami veģetārie varianti?", content: "Jā, piedāvājam arī veģetārās iespējas ar dārzeņiem un mērcēm."},
|
||||
]}
|
||||
title="Biežāk uzdotie jautājumi"
|
||||
description="Viss, ko vēlaties zināt par mūsu kebabu gatavošanu."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/friends-love-pizza_23-2147640617.jpg?_wi=2"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
@@ -253,4 +233,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user