Merge version_2 into main #3
@@ -6,7 +6,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import { Zap, Shield, Award } from "lucide-react";
|
||||
import { Zap, Shield } from "lucide-react";
|
||||
|
||||
export default function FeaturesPage() {
|
||||
return (
|
||||
@@ -40,7 +40,6 @@ export default function FeaturesPage() {
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
features={[
|
||||
{ icon: Zap, title: "Speed", description: "Lightning fast performance." },
|
||||
{ icon: Shield, title: "Security", description: "Top-tier protection for your assets." }
|
||||
|
||||
Reference in New Issue
Block a user