Update src/app/page.tsx

This commit is contained in:
2026-03-04 00:24:34 +00:00
parent c55b51f4eb
commit 0709e68668

View File

@@ -164,7 +164,6 @@ export default function LandingPage() {
<div id="pricing" data-section="pricing">
<PricingCardThree
description={t.pricingDesc}
plans={[
{
id: "1", price: "$75", name: t.session30,
@@ -220,7 +219,6 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
description={t.testimonialDesc}
testimonials={[
{
id: "1", name: "Sarah Mitchell", role: language === "en" ? "Executive Director" : "Directrice exécutive", company: "Tech Innovation Lab", rating: 5,