From d9e6024ff42d9d406e06f50620c8ec4e7e78e554 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:15:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b009d62..9f8660d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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} -- 2.49.1