Merge version_2 into main #10
@@ -164,7 +164,6 @@ export default function LandingPage() {
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
title={t.pricingTitle}
|
||||
description={t.pricingDesc}
|
||||
plans={[
|
||||
{
|
||||
@@ -215,12 +214,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
tag={language === "en" ? "Transparent Pricing" : "Tarification transparente"}
|
||||
tagAnimation="slide-up"
|
||||
title={t.pricingTitle}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title={t.testimonialTitle}
|
||||
description={t.testimonialDesc}
|
||||
testimonials={[
|
||||
{
|
||||
@@ -250,6 +249,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
tag={language === "en" ? "Client Stories" : "Histoires de clients"}
|
||||
tagAnimation="slide-up"
|
||||
title={t.testimonialTitle}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user