Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-04-15 16:13:14 +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>