11import { ClockIcon } from "@/assets/icons/clock-icon" ;
22import { SearchIcon } from "@/assets/icons/search-icon" ;
33import { StackIcon } from "@/assets/icons/stack-icon" ;
4- import { Button } from "@heroui/react" ;
5- import { useRouter } from "next/navigation" ;
6- import StatsCard from "./stats-card" ;
7- import Carousel from "./carousel" ;
8- import AboutContent from "./about-content" ;
9- import InfoCard from "./info-card" ;
104import { DataIcon } from "@/assets/icons/data-icon" ;
115import { CheckIcon } from "@/assets/icons/check-icon" ;
126import { AIFileIcon } from "@/assets/icons/ai-file-icon" ;
137import { PeopleIcon } from "@/assets/icons/people-icon" ;
148import { ChatIcon } from "@/assets/icons/chat-icon" ;
159import { RepeatIcon } from "@/assets/icons/repeat-icon" ;
10+ import { Button } from "@heroui/react" ;
11+ import { useRouter } from "next/navigation" ;
12+ import StatsCard from "./stats-card" ;
13+ import Carousel from "./carousel" ;
14+ import AboutContent from "./about-content" ;
15+ import InfoCard from "./info-card" ;
1616import aboutusImg1 from '@/assets/about-section/about-us1.svg'
1717import aboutusImg2 from '@/assets/about-section/about-us2.svg'
1818import clsx from "clsx" ;
@@ -33,7 +33,7 @@ function AboutSection() {
3333 Built for the community, with the community
3434 </ h2 >
3535 < p className = "text-base md:text-xl text-center" >
36- Making Singapore' s social assistance schemes{ " " }
36+ Making Singapore' s social assistance schemes{ " " }
3737 < span className = "text-schemes-blue" > easy to find</ span > and{ " " }
3838 < span className = "text-schemes-blue" > access</ span >
3939 </ p >
@@ -106,13 +106,13 @@ function AboutSection() {
106106 </ InfoCard >
107107 < InfoCard
108108 title = "Check for accuracy"
109- text = "Entries are reviewed against primary documents to make sure the information you see is correct. "
109+ text = "Entries are reviewed by volunteer team against source materials "
110110 >
111111 < CheckIcon className = "fill-white" size = { 50 } />
112112 </ InfoCard >
113113 < InfoCard
114114 title = "Enrich with AI"
115- text = "We use web scraping and AI to fill in missing details and make scheme descriptions more complete over time ."
115+ text = "We use AI to organise schemes details and make schemes easier to find ."
116116 >
117117 < AIFileIcon className = "fill-white" size = { 50 } />
118118 </ InfoCard >
0 commit comments