From dc785a0155eeae2abefc6b9be7e6205736d42b4c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 07:26:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2aecb6..db7e974 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,7 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Find answers to common questions about our web development curriculum and project requirements." faqs={[ - { id: "1", title: "What are the required webpage elements?", content: "Every webpage must include: a title/header, business description, multimedia elements (images and text), a simple interest computation section, and a call-to-action/footer. These elements work together to create a complete user experience." }, + { id: "1", title: "What are the required webpage elements?", content: "Every webpage must include a title, business description, multimedia elements, a simple interest computation section, and a call-to-action footer." }, { id: "2", title: "How are roles assigned in group projects?", content: "Teams are divided into four key roles: Designer (visual layout), Math Analyst (calculations), Content Organizer (information structure), and Presenter (communication). This ensures all aspects of web development are covered." }, { id: "3", title: "What is evaluated in the rubric?", content: "The 50-point rubric evaluates: ICT Content Development (15 pts), Correct Simple Interest Computation (15 pts), Application of Design Principles (10 pts), Collaboration (5 pts), and Presentation Clarity (5 pts)." }, { id: "4", title: "Why are design principles important?", content: "Design principles influence how viewers perceive and interact with digital content. They ensure information is presented clearly, professionally, and accessibly across all webpage elements." }, -- 2.49.1