diff --git a/website/src/refine-theme/landing-sweet-spot.tsx b/website/src/refine-theme/landing-sweet-spot.tsx index 1d48afd2..4ba6d1c2 100644 --- a/website/src/refine-theme/landing-sweet-spot.tsx +++ b/website/src/refine-theme/landing-sweet-spot.tsx @@ -320,7 +320,7 @@ export const LandingSweetSpot: FC = ({ className }) => { const list = [ { title: "Nginx or Apache web server", - description: `For each user you can choose Nginx or Apache web server. *LiteSpeed will also be added in future.`, + description: `For each user you can choose to use Nginx or Apache web server.`, icon: (props: { active: boolean }) => ( @@ -370,7 +370,7 @@ const list = [ }, { title: "Separate MySQL instances", - description: `Each user has their own MySQL instance and can edit configuration settings for their databases.`, + description: `Each user has their own MySQL or MariaDB instance and can edit configuration settings for their databases.`, icon: (props: { active: boolean }) => (