Merge version_1 into main #2
@@ -75,7 +75,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="reveal-blur"
|
||||
faqsAnimation="none"
|
||||
sideTitle="Sıkça Sorulanlar"
|
||||
faqs={[
|
||||
{ id: "f1", title: "Maserasyon nedir?", content: "Bitkilerin yağa uzun süreli ve güneş altında bırakılması sürecidir." },
|
||||
@@ -88,7 +88,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="ecommerce" data-section="ecommerce">
|
||||
<ProductCartItem item={{ id: "c1", name: "Kirkit Canta", price: 2100, quantity: 1, imageSrc: "" }} />
|
||||
<ProductCartItem item={{ id: "c1", name: "Kirkit Canta", price: "2100 TL", quantity: 1, imageSrc: "" }} />
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
|
||||
Reference in New Issue
Block a user