3 Commits

Author SHA1 Message Date
7eaecbf2d7 Merge version_3 into main
Merge version_3 into main
2026-04-15 16:13:14 +00:00
b39167122f Update src/app/page.tsx 2026-04-15 16:13:10 +00:00
68f7620632 Merge version_2 into main
Merge version_2 into main
2026-04-15 16:10:29 +00:00

View File

@@ -9,7 +9,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
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() {
return (
@@ -69,6 +69,8 @@ export default function LandingPage() {
<div id="features-list" data-section="features-list">
<FeatureCardTwentyFive
tag="Strategic Solutions"
tagIcon={ShieldCheck}
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
@@ -96,7 +98,7 @@ export default function LandingPage() {
},
]}
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>