Update src/app/details/page.tsx
This commit is contained in:
@@ -11,7 +11,7 @@ import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import { DollarSign, TrendingUp, Users, CheckCircle, Shield } from "lucide-react";
|
||||
import { Shield } from "lucide-react";
|
||||
|
||||
export default function StartupDetailsPage() {
|
||||
return (
|
||||
@@ -64,7 +64,6 @@ export default function StartupDetailsPage() {
|
||||
{ id: "2", value: "14%", title: "Market Share", items: ["Targeting 25%", "Year over Year"] },
|
||||
{ id: "3", value: "45", title: "Active Users", items: ["Partner Farms", "Growing Monthly"] }
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user