Update src/app/page.tsx

This commit is contained in:
2026-03-07 23:25:16 +00:00
parent d06277a0d1
commit 9d7be36f99

View File

@@ -11,7 +11,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterMedia from "@/components/sections/footer/FooterMedia";
import FeatureCardTwentyTwo from "@/components/sections/feature/FeatureCardTwentyTwo";
import { ShoppingCart, Users, Award, Globe, Sparkles, TrendingUp, CheckCircle, Star, Globe as GlobeIcon, Language } from "lucide-react";
import { ShoppingCart, Users, Award, Globe, Sparkles, TrendingUp, CheckCircle, Star, Languages } from "lucide-react";
type Language = "en" | "fr" | "ar";