Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b39167122f | |||
| 68f7620632 |
@@ -9,7 +9,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
|
|||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||||
import ProductCartItem from '@/components/ecommerce/cart/ProductCartItem';
|
import ProductCartItem from '@/components/ecommerce/cart/ProductCartItem';
|
||||||
import { Database, FileText, LayoutDashboard } from "lucide-react";
|
import { Database, FileText, LayoutDashboard, ShieldCheck } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -69,6 +69,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="features-list" data-section="features-list">
|
<div id="features-list" data-section="features-list">
|
||||||
<FeatureCardTwentyFive
|
<FeatureCardTwentyFive
|
||||||
|
tag="Strategic Solutions"
|
||||||
|
tagIcon={ShieldCheck}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -96,7 +98,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Core Services Snapshot"
|
title="Core Services Snapshot"
|
||||||
description="Driving data-driven decision-making through specialized AI tools."
|
description="Driving data-driven decision-making through specialized AI tools designed to solve policy and research bottlenecks."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user