Files
d36898c1-7fbb-4e21-8ba3-e62…/src/pages/HomePage/sections/Features.tsx
kudinDmitriyUp 1285cac44b Bob AI: <ATTACHED_BLOCKS>
The user attached the section/component ca
2026-06-17 13:22:41 +00:00

37 lines
2.6 KiB
TypeScript

// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
// file as the canonical source for the "features" section.
import React from 'react';
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function FeaturesSection(): React.JSX.Element {
return (
<div id="features" data-section="features">
<SectionErrorBoundary name="features">
<FeaturesImageBento
tag="Platform Features"
title="The Single Workspace"
description="Built on top of Band to provide tamper-evident logs and context tracking."
items={[
{
title: "Evidence Linking", description: "Context stays attached to design decisions.", imageSrc: "http://img.b2bpic.net/free-photo/3d-low-poly-abstract-background-with-connecting-lines-dots_1048-11673.jpg"},
{
title: "Conflict Detection", description: "Conflicts surfaced in real-time.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-chat-bubbles-with-paper-shape-communication_23-2148796082.jpg"},
{
title: "Audit Trails", description: "Tamper-evident logs for regulation.", imageSrc: "http://img.b2bpic.net/free-photo/cool-background-blank-wallpaper-place-your-concept_1194-641481.jpg"},
{
title: "Auto-Briefings", description: "Evidence summarized automatically.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg"},
{
title: "Escalation Logic", description: "Automated cross-agent notification.", imageSrc: "http://img.b2bpic.net/free-photo/settings-icon-front-side-white-background_187299-40209.jpg"},
{
title: "Version Control", description: "Iterate without losing history.", imageSrc: "http://img.b2bpic.net/free-vector/infography-about-world-new-technologies_23-2147568678.jpg"},
{
title: "IND Drafting", description: "Regulatory outputs structured.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-business-concept_53876-14498.jpg"},
]}
/>
</SectionErrorBoundary>
</div>
);
}