From b3a27c3f79238fde015084276705a30ff7f82c7e Mon Sep 17 00:00:00 2001 From: James Wyndham Date: Thu, 21 Mar 2024 07:17:41 +0800 Subject: [PATCH] feature - modified FAQ --- Frontend/components/FAQQuestion.tsx | 61 ------------------- .../FAQ/RightAlignedBorderBottomFAQ.tsx | 17 +++--- 2 files changed, 10 insertions(+), 68 deletions(-) delete mode 100644 Frontend/components/FAQQuestion.tsx diff --git a/Frontend/components/FAQQuestion.tsx b/Frontend/components/FAQQuestion.tsx deleted file mode 100644 index b79a24b..0000000 --- a/Frontend/components/FAQQuestion.tsx +++ /dev/null @@ -1,61 +0,0 @@ -import Link from "next/link"; -import React from "react"; - -const FAQQuestion = ({ - title, - children, -}: { - title: string; - children: React.ReactNode; -}) => { - return ( -
- -
- {children} -
-
- ); -}; - -export default FAQQuestion; diff --git a/Frontend/sections/FAQ/RightAlignedBorderBottomFAQ.tsx b/Frontend/sections/FAQ/RightAlignedBorderBottomFAQ.tsx index dfdb6d9..443bce6 100644 --- a/Frontend/sections/FAQ/RightAlignedBorderBottomFAQ.tsx +++ b/Frontend/sections/FAQ/RightAlignedBorderBottomFAQ.tsx @@ -54,13 +54,16 @@ function RightAlignedBorderBottomFAQ() {

- 1/ The NextJS starter with all the boilerplate code you need - to run an online business: a payment system, a database, - login, a blog, UI components, and much more. The repo is - available in: - Typescript - /app router and /pages router. 2/ - The documentation helps you set up your app from scratch, - write copy that sells, and ship fast. 3/ Access to deployment - templates to self host your app for free + 1.The NextJS starter with all the boilerplate code you need to + run an online business: a payment system, a database, login, a + blog, UI components, and much more. +

+

+ 2. Documentation that helps you set up your app from scratch +

+

+ 3. Access to deployment templates to self host your app for + free