Update src/app/page.tsx

This commit is contained in:
2026-03-07 23:15:01 +00:00
parent 71736b3714
commit d9e6024ff4

View File

@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import FeatureCardTwentyTwo from "@/components/sections/feature/FeatureCardTwentyTwo/FeatureCardTwentyTwo";
import FeatureCardTwentyTwo from "@/components/sections/feature/FeatureCardTwentyTwo";
import { ShoppingCart, Users, Award, Globe, Sparkles, TrendingUp, CheckCircle, Star, Globe as GlobeIcon } from "lucide-react";
type Language = "en" | "fr" | "ar";
@@ -249,7 +249,6 @@ export default function LandingPage() {
]}
animationType="blur-reveal"
title={t.languageSupport}
titleSegments={undefined}
description={t.multilingualSupport}
textboxLayout="default"
useInvertedBackground={false}