Changes
This commit is contained in:
@@ -2,6 +2,7 @@ import { Link } from 'react-router-dom';
|
||||
import { Layout } from '@/components/Layout';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { useBranding } from '@/hooks/useBranding';
|
||||
import { TestimonialsSection } from '@/components/reviews/TestimonialsSection';
|
||||
import { ArrowRight, BookOpen, Video, Users, Star, Award, Target, Zap, Heart, Shield, Rocket } from 'lucide-react';
|
||||
|
||||
const iconMap: Record<string, React.ComponentType<{ className?: string }>> = {
|
||||
@@ -60,6 +61,8 @@ export default function Index() {
|
||||
})}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<TestimonialsSection />
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user