Merge version_2 into main #2
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import { Zap, Shield, Award } from "lucide-react";
|
||||
|
||||
@@ -34,15 +34,16 @@ export default function FeaturesPage() {
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
<FeatureBorderGlow
|
||||
title="Advanced Features"
|
||||
description="Discover what makes our service truly exceptional."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
features={[
|
||||
{ title: "Speed", description: "Lightning fast performance.", imageSrc: "http://img.b2bpic.net/free-photo/black-car-garage_417767-26.jpg" },
|
||||
{ title: "Security", description: "Top-tier protection for your assets.", imageSrc: "http://img.b2bpic.net/free-photo/cars-parking_1203-788.jpg" }
|
||||
{ icon: Zap, title: "Speed", description: "Lightning fast performance." },
|
||||
{ icon: Shield, title: "Security", description: "Top-tier protection for your assets." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user