From e674a8c01349676883ebaee9c7dab8858d902f14 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 17:06:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99915c5..7bfd44d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,8 +109,8 @@ export default function LandingPage() { title="Feature Overview" description="Efficient tools for your accounting needs." accordionItems={[ - { title: "Reporting", content: "Detailed financial insights" }, - { title: "Integration", content: "Seamless software connectivity" } + { id: "a1", title: "Reporting", content: "Detailed financial insights" }, + { id: "a2", title: "Integration", content: "Seamless software connectivity" } ]} videoSrc="https://www.w3schools.com/html/mov_bbb.mp4" videoAriaLabel="Office productivity demonstration" -- 2.49.1